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

Up: hubbub (0.1.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 10 16:06:02 2013 +0000 (2013-12-10)
parents 8d6f480bf664
children 9921bd529520
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 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WANTED="libpthread-stubs"
11 WEB_SITE="http://xcb.freedesktop.org"
13 DEPENDS="libpthread-stubs pkg-config"
14 BUILD_DEPENDS=""
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/*.la $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }