build-package.sh: Cleanup a bit
[termux-packages] / packages / tinyscheme / build.sh
index 002a0d5..21dad6e 100644 (file)
@@ -5,12 +5,14 @@ TERMUX_PKG_BUILD_REVISION=1
 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/tinyscheme/tinyscheme/tinyscheme-1.41/tinyscheme-1.41.tar.gz
 TERMUX_PKG_BUILD_IN_SRC=yes
 
-AR+=" crs"
-LD=$CC
+termux_step_pre_configure () {
+       AR+=" crs"
+       LD=$CC
+}
 
 # TODO: Add the tsx extension with file/networking (http://heras-gilsanz.com/manuel/tsx.html)
 #       and the regexp extension (http://downloads.sourceforge.net/project/tinyscheme/tinyscheme-regex/1.3/re-1.3.tar.gz)
-#termux_step_pre_make () {
+#termux_step_post_configure () {
 #TSX_TARFILE=$TERMUX_PKG_CACHEDIR/tsx-1.1.tar.gz
 #test ! -f $TSX_TARFILE && curl -o $TSX_TARFILE "http://heras-gilsanz.com/manuel/tsx-1.1.tgz"
 #}