wok diff libpthread-stubs-dev/receipt @ rev 15036

Up wesnoth-music (1.10.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 12:29:55 2013 +0000 (2013-08-12)
parents
children 8d6f480bf664
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libpthread-stubs-dev/receipt	Mon Aug 12 12:29:55 2013 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libpthread-stubs-dev"
     1.7 +VERSION="0.2"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Weak aliases for pthread functions development files"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 +WANTED="libpthread-stubs"
    1.13 +DEPENDS="libpthread-stubs"
    1.14 +BUILD_DEPENDS=""
    1.15 +WEB_SITE="http://xcb.freedesktop.org"
    1.16 +
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr/lib
    1.22 +	cp -a $_pkg/usr/lib/*.la $fs/usr/lib
    1.23 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.24 +}