gegl: Update from 0.3.32 to 0.3.34
[termux-packages] / packages / tinyscheme / build.sh
CommitLineData
362ea152
FF
1TERMUX_PKG_HOMEPAGE=http://tinyscheme.sourceforge.net/home.html
2TERMUX_PKG_DESCRIPTION="Very small scheme implementation"
3TERMUX_PKG_VERSION=1.41
af4dc416 4TERMUX_PKG_REVISION=1
362ea152 5TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/tinyscheme/tinyscheme/tinyscheme-1.41/tinyscheme-1.41.tar.gz
544181cd 6TERMUX_PKG_SHA256=eac0103494c755192b9e8f10454d9f98f2bbd4d352e046f7b253439a3f991999
362ea152 7TERMUX_PKG_BUILD_IN_SRC=yes
362ea152 8
7ce56385
FF
9termux_step_pre_configure () {
10 AR+=" crs"
11 LD=$CC
12}
362ea152
FF
13
14# TODO: Add the tsx extension with file/networking (http://heras-gilsanz.com/manuel/tsx.html)
15# and the regexp extension (http://downloads.sourceforge.net/project/tinyscheme/tinyscheme-regex/1.3/re-1.3.tar.gz)
7b1f1bd3 16#termux_step_post_configure () {
362ea152
FF
17#TSX_TARFILE=$TERMUX_PKG_CACHEDIR/tsx-1.1.tar.gz
18#test ! -f $TSX_TARFILE && curl -o $TSX_TARFILE "http://heras-gilsanz.com/manuel/tsx-1.1.tgz"
19#}
eba38977
FF
20
21termux_step_post_make_install () {
22 mkdir -p $TERMUX_PREFIX/share/tinyscheme/
23 cp $TERMUX_PKG_SRCDIR/init.scm $TERMUX_PREFIX/share/tinyscheme/
24}