# HG changeset patch # User Hans-G?nter Theisgen # Date 1587389322 -3600 # Node ID 67da1e63fb3dfa4382440af1c44cadfd8d16cafe # Parent 9c53e96ffd54b36b6e6179a6c238f37548972ca2 updated slib (3b5 -> 3b6) diff -r 9c53e96ffd54 -r 67da1e63fb3d slib/receipt --- a/slib/receipt Mon Apr 20 14:22:39 2020 +0100 +++ b/slib/receipt Mon Apr 20 14:28:42 2020 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="slib" -VERSION="3b5" +VERSION="3b6" CATEGORY="office" SHORT_DESC="Portable library for the programming language Scheme." MAINTAINER="domcox@slitaz.org" LICENSE="PublicDomain" -WEB_SITE="http://people.csail.mit.edu/jaffer/SLIB" +WEB_SITE="https://people.csail.mit.edu/jaffer/SLIB" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://groups.csail.mit.edu/mac/ftpdir/scm/$TARBALL" +WGET_URL="https://groups.csail.mit.edu/mac/ftpdir/scm/$TARBALL" DEPENDS="guile" BUILD_DEPENDS="guile texinfo" @@ -26,7 +26,8 @@ echo "# install files" mkdir -p $install/usr/share/slib - install -m644 *.scm *.init *.xyz *.txt *.dat *.ps $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 @@ -36,9 +37,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs - rm -f $fs/usr/share/guile/site - ln -s ../slib $fs/usr/share/guile/site + cp -a $install/* $fs + rm -f $fs/usr/share/guile/site + ln -s ../slib $fs/usr/share/guile/site } post_install()