wok rev 14743

musl-libc-dev: add linux include links
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 11:27:43 2013 +0200 (2013-06-14)
parents 7a526dcd4932
children 1579e41f30b5
files musl-libc-dev/receipt musl-libc/receipt
line diff
     1.1 --- a/musl-libc-dev/receipt	Fri Jun 14 12:25:09 2013 +0000
     1.2 +++ b/musl-libc-dev/receipt	Fri Jun 14 11:27:43 2013 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A lightweight, fast, simple, free libc. Development files."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  WEB_SITE="http://www.etalabs.net/musl/"
     1.9  WANTED="musl-libc"
    1.10  
    1.11 @@ -20,4 +21,7 @@
    1.12  	cp -a $install/usr/share/musl/lib/*.specs  $fs/usr/share/musl/lib
    1.13  	cp -a $install/usr/share/musl/bin  $fs/usr/share/musl
    1.14  	ln -s /usr/share/musl/bin/musl-gcc $fs/usr/bin
    1.15 +	for i in linux asm asm-generic ; do
    1.16 +		ln -s /usr/include/$i $fs/usr/share/musl/include/$i
    1.17 +	done
    1.18  }
     2.1 --- a/musl-libc/receipt	Fri Jun 14 12:25:09 2013 +0000
     2.2 +++ b/musl-libc/receipt	Fri Jun 14 11:27:43 2013 +0200
     2.3 @@ -6,6 +6,7 @@
     2.4  CATEGORY="development"
     2.5  SHORT_DESC="A lightweight, fast, simple, free libc."
     2.6  MAINTAINER="pascal.bellard@slitaz.org"
     2.7 +LICENSE="MIT"
     2.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     2.9  WEB_SITE="http://www.etalabs.net/musl/"
    2.10  WGET_URL="${WEB_SITE}releases/$TARBALL"