wok diff slib/receipt @ rev 22884
updated gsettings-desktop-schemas again (3.28.1 -> 3.34.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 22 16:44:15 2020 +0100 (2020-02-22) |
parents | a0fe56fb9c41 |
children | 67da1e63fb3d |
line diff
1.1 --- a/slib/receipt Fri Apr 28 08:52:32 2017 +0200 1.2 +++ b/slib/receipt Sat Feb 22 16:44:15 2020 +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