wok-6.x view libpthread-stubs-dev/receipt @ rev 14897

Fix: gaupol (set correct paths for aeidon)
author Claudinei Pereira <claudinei@slitaz.org>
date Sun Jul 28 10:32:13 2013 -0300 (2013-07-28)
parents
children 8d6f480bf664
line source
1 # SliTaz package receipt.
3 PACKAGE="libpthread-stubs-dev"
4 VERSION="0.2"
5 CATEGORY="development"
6 SHORT_DESC="Weak aliases for pthread functions development files"
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WANTED="libpthread-stubs"
10 DEPENDS="libpthread-stubs"
11 BUILD_DEPENDS=""
12 WEB_SITE="http://xcb.freedesktop.org"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $_pkg/usr/lib/*.la $fs/usr/lib
20 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
21 }