wok annotate 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
rev   line source
erjo@14821 1 # SliTaz package receipt.
erjo@14821 2
erjo@14821 3 PACKAGE="libpthread-stubs-dev"
erjo@14821 4 VERSION="0.2"
erjo@14821 5 CATEGORY="development"
erjo@14821 6 SHORT_DESC="Weak aliases for pthread functions development files"
erjo@14821 7 MAINTAINER="erjo@slitaz.org"
pascal@15482 8 LICENSE="MIT"
erjo@14821 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@14821 10 WANTED="libpthread-stubs"
pascal@15482 11 WEB_SITE="http://xcb.freedesktop.org"
pascal@15482 12
erjo@14821 13 DEPENDS="libpthread-stubs"
erjo@14821 14 BUILD_DEPENDS=""
erjo@14821 15
erjo@14821 16 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@14821 17 genpkg_rules()
erjo@14821 18 {
erjo@14821 19 mkdir -p $fs/usr/lib
pascal@15482 20 cp -a $install/usr/lib/*.la $fs/usr/lib
pascal@15482 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
erjo@14821 22 }