wok rev 14821
Add: libpthread-tubs-dev
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jul 17 13:46:54 2013 +0200 (2013-07-17) |
parents | 049b98907ea8 |
children | 0de5b7a560de |
files | libpthread-stubs-dev/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libpthread-stubs-dev/receipt Wed Jul 17 13:46:54 2013 +0200 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 +}