wok rev 23648

updated slib (3b5 -> 3b6)
author Hans-G?nter Theisgen
date Mon Apr 20 14:28:42 2020 +0100 (2020-04-20)
parents 9c53e96ffd54
children 0699e7a9c776
files slib/receipt
line diff
     1.1 --- a/slib/receipt	Mon Apr 20 14:22:39 2020 +0100
     1.2 +++ b/slib/receipt	Mon Apr 20 14:28:42 2020 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slib"
     1.7 -VERSION="3b5"
     1.8 +VERSION="3b6"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Portable library for the programming language Scheme."
    1.11  MAINTAINER="domcox@slitaz.org"
    1.12  LICENSE="PublicDomain"
    1.13 -WEB_SITE="http://people.csail.mit.edu/jaffer/SLIB"
    1.14 +WEB_SITE="https://people.csail.mit.edu/jaffer/SLIB"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="http://groups.csail.mit.edu/mac/ftpdir/scm/$TARBALL"
    1.18 +WGET_URL="https://groups.csail.mit.edu/mac/ftpdir/scm/$TARBALL"
    1.19  
    1.20  DEPENDS="guile"
    1.21  BUILD_DEPENDS="guile texinfo"
    1.22 @@ -26,7 +26,8 @@
    1.23  
    1.24  	echo "# install files"
    1.25  	mkdir -p $install/usr/share/slib
    1.26 -	install -m644 *.scm *.init *.xyz *.txt *.dat *.ps $install/usr/share/slib
    1.27 +	install -m644 *.scm *.init *.xyz *.txt *.dat *.ps \
    1.28 +		$install/usr/share/slib
    1.29  
    1.30  	echo "# creating SLIB initialization file"
    1.31  	mkdir -p $install/usr/share/guile/1.8
    1.32 @@ -36,9 +37,9 @@
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34  genpkg_rules()
    1.35  {
    1.36 -	cp -a $install/* $fs
    1.37 -	rm -f $fs/usr/share/guile/site
    1.38 -	ln -s ../slib $fs/usr/share/guile/site
    1.39 +	cp -a $install/*	$fs
    1.40 +	rm -f			$fs/usr/share/guile/site
    1.41 +	ln -s ../slib		$fs/usr/share/guile/site
    1.42  }
    1.43  
    1.44  post_install()