wok-6.x diff slib/receipt @ rev 23921
Up slitaz-tools (1036), tazinst (105), tazusb (209)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 21 15:07:47 2020 +0000 (2020-08-21) |
parents | 069f60e91eb0 |
children | 934055de50e2 |
line diff
1.1 --- a/slib/receipt Fri Oct 04 17:51:19 2019 +0100 1.2 +++ b/slib/receipt Fri Aug 21 15:07:47 2020 +0000 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()