wok-current diff sic/receipt @ rev 23887
glibc: fix for binutils 2.29 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 17 11:18:27 2020 +0000 (2020-07-17) |
parents | 3b4e4318134e |
children | 934055de50e2 |
line diff
1.1 --- a/sic/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/sic/receipt Fri Jul 17 11:18:27 2020 +0000 1.3 @@ -1,21 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sic" 1.7 -VERSION="1.1" 1.8 +VERSION="1.2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Simple IRC client." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="https://tools.suckless.org/sic" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://tools.suckless.org/sic" 1.17 -WGET_URL="http://dl.suckless.org/tools/$TARBALL" 1.18 +WGET_URL="https://dl.suckless.org/tools/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - cd $src 1.24 make clean && 1.25 - make PREFIX=/usr DESTDIR=$DESTDIR install 1.26 + make install PREFIX=/usr DESTDIR=$DESTDIR 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 @@ -24,4 +24,3 @@ 1.31 mkdir -p $fs/usr 1.32 cp -a $install/usr/bin $fs/usr 1.33 } 1.34 -