wok-6.x diff libpthread-stubs-dev/receipt @ rev 15275

clipit: remove icon (sorry, guys), move autostart item back to /etc/...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 25 19:03:47 2013 +0300 (2013-09-25)
parents
children 8d6f480bf664
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libpthread-stubs-dev/receipt	Wed Sep 25 19:03:47 2013 +0300
     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 +}