wok diff libpthread-stubs/receipt @ rev 16268
ARM: add libsexy libsndfile
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 05 20:04:34 2014 +0200 (2014-04-05) |
parents | 049b98907ea8 |
children | 9921bd529520 |
line diff
1.1 --- a/libpthread-stubs/receipt Wed Jul 17 13:46:39 2013 +0200 1.2 +++ b/libpthread-stubs/receipt Sat Apr 05 20:04:34 2014 +0200 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Weak aliases for pthread functions." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="MIT" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 +WEB_SITE="http://xcb.freedesktop.org" 1.10 +WGET_URL="$WEB_SITE/dist/$TARBALL" 1.11 + 1.12 DEPENDS="glibc-base" 1.13 BUILD_DEPENDS="gcc" 1.14 -WEB_SITE="http://xcb.freedesktop.org" 1.15 -WGET_URL="$WEB_SITE/dist/$TARBALL" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 @@ -22,6 +24,6 @@ 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/lib 1.23 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.24 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.25 } 1.26