wok-next diff dietlibc/receipt @ rev 21271
up openssl10: 1.0.2o to 1.0.2t -> soon EOL
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Dec 07 12:21:21 2019 +0000 (2019-12-07) |
parents | cbca1c858654 |
children |
line diff
1.1 --- a/dietlibc/receipt Fri Feb 10 13:19:07 2017 +0100 1.2 +++ b/dietlibc/receipt Sat Dec 07 12:21:21 2019 +0000 1.3 @@ -3,26 +3,23 @@ 1.4 PACKAGE="dietlibc" 1.5 VERSION="0.33" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="A libc optimized ofr small size." 1.8 +SHORT_DESC="A libc optimized for small size" 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="GPL2" 1.11 +WEB_SITE="http://www.fefe.de/dietlibc/" 1.12 + 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 -WEB_SITE="http://www.fefe.de/dietlibc/" 1.15 WGET_URL="http://www.kernel.org/pub/linux/libs/$PACKAGE/$TARBALL" 1.16 1.17 -# Rules to configure and make the package. 1.18 -compile_rules() 1.19 -{ 1.20 - cd $src 1.21 +compile_rules() { 1.22 sed -i 's|.*/nice.S.*|// &|' i386/dyn_syscalls.S 1.23 - make prefix=/usr/lib/diet && 1.24 - #make dyn prefix=/usr/lib/diet && 1.25 - make prefix=/usr/lib/diet DESTDIR=$DESTDIR install 2> /dev/null 1.26 + 1.27 + make prefix=/usr/lib/diet && 1.28 + #make dyn prefix=/usr/lib/diet && 1.29 + make prefix=/usr/lib/diet DESTDIR=$install install 1.30 } 1.31 1.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.33 -genpkg_rules() 1.34 -{ 1.35 +genpkg_rules() { 1.36 mkdir -p $fs/usr/bin $fs/usr/include 1.37 cp -a $install/* $fs 1.38 cp -a $install/usr/lib/diet/man $install/usr