wok-6.x view libpthread-stubs-dev/receipt @ rev 15703
Up: Geany (1.23.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Dec 22 15:34:21 2013 +0100 (2013-12-22) |
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 }