wok rev 21915

updated slib (3b3 -> 3b5)
author Hans-G?nter Theisgen
date Fri Oct 04 17:51:19 2019 +0100 (2019-10-04)
parents 72d6b168828a
children 0601356024df
files slib/receipt
line diff
     1.1 --- a/slib/receipt	Fri Oct 04 17:41:01 2019 +0100
     1.2 +++ b/slib/receipt	Fri Oct 04 17:51:19 2019 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slib"
     1.7 -VERSION="3b3"
     1.8 +VERSION="3b5"
     1.9  CATEGORY="office"
    1.10 -SHORT_DESC="portable library for the programming language Scheme"
    1.11 +SHORT_DESC="Portable library for the programming language Scheme."
    1.12  MAINTAINER="domcox@slitaz.org"
    1.13  LICENSE="PublicDomain"
    1.14  WEB_SITE="http://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  
    1.19 @@ -16,14 +17,17 @@
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	./configure  \
    1.24 -		--prefix=/usr &&
    1.25 +	./configure --prefix=/usr &&
    1.26 +
    1.27  	sed -i 's/SCHEME = scm/SCHEME = guile/' Makefile
    1.28 +
    1.29  	echo "# install-script"
    1.30  	make install-script
    1.31 +
    1.32  	echo "# install files"
    1.33  	mkdir -p $install/usr/share/slib
    1.34  	install -m644 *.scm *.init *.xyz *.txt *.dat *.ps $install/usr/share/slib
    1.35 +
    1.36  	echo "# creating SLIB initialization file"
    1.37  	mkdir -p $install/usr/share/guile/1.8
    1.38  	ln -s $install/usr/share/slib $install/usr/share/guile/site