wok-current diff libpthread-stubs-dev/receipt @ rev 15482

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 10 17:13:06 2013 +0000 (2013-11-10)
parents 5e0379580fa4
children 8ed62ecac0c7
line diff
     1.1 --- a/libpthread-stubs-dev/receipt	Wed Jul 17 13:46:54 2013 +0200
     1.2 +++ b/libpthread-stubs-dev/receipt	Sun Nov 10 17:13:06 2013 +0000
     1.3 @@ -5,17 +5,18 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Weak aliases for pthread functions development files"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WANTED="libpthread-stubs"
    1.10 +WEB_SITE="http://xcb.freedesktop.org"
    1.11 +
    1.12  DEPENDS="libpthread-stubs"
    1.13  BUILD_DEPENDS=""
    1.14 -WEB_SITE="http://xcb.freedesktop.org"
    1.15 -
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20  	mkdir -p $fs/usr/lib
    1.21 -	cp -a $_pkg/usr/lib/*.la $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.23 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.24 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.25  }