wok-current rev 23205
updated musl-libc and musl-libc-dev (1.1.24 -> 1.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 21 10:14:00 2020 +0100 (2020-03-21) |
parents | 6563992d0700 |
children | e7b9e1518766 |
files | musl-libc-dev/receipt musl-libc/receipt |
line diff
1.1 --- a/musl-libc-dev/receipt Sat Mar 21 09:55:24 2020 +0100 1.2 +++ b/musl-libc-dev/receipt Sat Mar 21 10:14:00 2020 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="musl-libc-dev" 1.7 -VERSION="1.1.24" 1.8 +VERSION="1.2.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A lightweight, fast, simple, free libc - development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 -WEB_SITE="http://www.musl-libc.org/" 1.14 +WEB_SITE="https://www.musl-libc.org/" 1.15 1.16 DEPENDS="musl-libc" 1.17 WANTED="musl-libc" 1.18 @@ -25,7 +25,8 @@ 1.19 cp -a $install/usr/share/musl/bin $fs/usr/share/musl 1.20 ln -s /usr/share/musl/bin/musl-gcc $fs/usr/bin 1.21 1.22 - for i in linux asm asm-generic ; do 1.23 - ln -s /usr/include/$i $fs/usr/share/musl/include/$i 1.24 - done 1.25 + for i in linux asm asm-generic 1.26 + do 1.27 + ln -s /usr/include/$i $fs/usr/share/musl/include/$i 1.28 + done 1.29 }
2.1 --- a/musl-libc/receipt Sat Mar 21 09:55:24 2020 +0100 2.2 +++ b/musl-libc/receipt Sat Mar 21 10:14:00 2020 +0100 2.3 @@ -1,14 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="musl-libc" 2.7 -SOURCE="musl" 2.8 -VERSION="1.1.24" 2.9 +VERSION="1.2.0" 2.10 CATEGORY="development" 2.11 SHORT_DESC="A lightweight, fast, simple, free libc." 2.12 MAINTAINER="pascal.bellard@slitaz.org" 2.13 LICENSE="MIT" 2.14 WEB_SITE="https://www.musl-libc.org/" 2.15 2.16 +SOURCE="musl" 2.17 TARBALL="$SOURCE-$VERSION.tar.gz" 2.18 WGET_URL="${WEB_SITE}releases/$TARBALL" 2.19 2.20 @@ -38,5 +38,5 @@ 2.21 cp -a $install/lib $fs 2.22 ln -s /usr/share/musl/lib/libc.so $fs/bin/ldd-musl 2.23 cp -a $install/usr/share/musl/lib/*.so $fs/usr/share/musl/lib 2.24 - echo "/usr/share/musl/lib" > $fs/etc/ld-musl-$TARGET.path 2.25 + echo "/usr/share/musl/lib" > $fs/etc/ld-musl-$TARGET.path 2.26 }