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

Up: firefox-langpack-it (17.0.10esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 17 16:29:59 2013 +0100 (2013-11-17)
parents 5e0379580fa4
children 8ed62ecac0c7
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"
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 }