wok-current diff musl-libc-dev/receipt @ rev 24525
Up libav (0.6.6 -> 12.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 22 16:15:28 2022 +0000 (2022-02-22) |
parents | 8b98a5e6599b |
children | f77a9c3daaae |
line diff
1.1 --- a/musl-libc-dev/receipt Sun Dec 01 11:07:17 2019 +0100 1.2 +++ b/musl-libc-dev/receipt Tue Feb 22 16:15:28 2022 +0000 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 }