wok view libpthread-stubs-dev/receipt @ rev 15293

accessx: link with libX11
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 08:54:59 2013 +0000 (2013-09-27)
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 }