# HG changeset patch # User Hans-Günter Theisgen # Date 1570207879 -3600 # Node ID 069f60e91eb0b80576f2cfb987748ebb3b177313 # Parent 72d6b168828a029a5c7a647b80ea0c93b29818d6 updated slib (3b3 -> 3b5) diff -r 72d6b168828a -r 069f60e91eb0 slib/receipt --- a/slib/receipt Fri Oct 04 17:41:01 2019 +0100 +++ b/slib/receipt Fri Oct 04 17:51:19 2019 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="slib" -VERSION="3b3" +VERSION="3b5" CATEGORY="office" -SHORT_DESC="portable library for the programming language Scheme" +SHORT_DESC="Portable library for the programming language Scheme." MAINTAINER="domcox@slitaz.org" LICENSE="PublicDomain" WEB_SITE="http://people.csail.mit.edu/jaffer/SLIB" + TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://groups.csail.mit.edu/mac/ftpdir/scm/$TARBALL" @@ -16,14 +17,17 @@ # Rules to configure and make the package. compile_rules() { - ./configure \ - --prefix=/usr && + ./configure --prefix=/usr && + sed -i 's/SCHEME = scm/SCHEME = guile/' Makefile + echo "# install-script" make install-script + echo "# install files" mkdir -p $install/usr/share/slib install -m644 *.scm *.init *.xyz *.txt *.dat *.ps $install/usr/share/slib + echo "# creating SLIB initialization file" mkdir -p $install/usr/share/guile/1.8 ln -s $install/usr/share/slib $install/usr/share/guile/site