wok rev 20828
updated dietlibc (0.33 -> 0.34)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 19 17:13:15 2019 +0100 (2019-02-19) |
parents | cf397486d5e3 |
children | 68779cca8bf6 |
files | dietlibc/receipt |
line diff
1.1 --- a/dietlibc/receipt Tue Feb 19 17:05:48 2019 +0100 1.2 +++ b/dietlibc/receipt Tue Feb 19 17:13:15 2019 +0100 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dietlibc" 1.7 -VERSION="0.33" 1.8 +VERSION="0.34" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="A libc optimized ofr small size." 1.11 +SHORT_DESC="A libc optimized for small size." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="https://www.fefe.de/dietlibc/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WEB_SITE="http://www.fefe.de/dietlibc/" 1.18 WGET_URL="${WEB_SITE}$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 @@ -15,6 +16,7 @@ 1.22 { 1.23 sed -i 's|uname -m|echo i486|' libpthread/Makefile Makefile 1.24 sed -i 's|.*/nice.S.*|// &|' i386/dyn_syscalls.S 1.25 + 1.26 make prefix=/usr/lib/diet && 1.27 #make dyn prefix=/usr/lib/diet && 1.28 make prefix=/usr/lib/diet DESTDIR=$DESTDIR install 2> /dev/null