wok-6.x view libpthread-stubs-dev/receipt @ rev 16008
syslinux/iso2exe: keep 16M..48M for the kernel
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 04 16:29:56 2014 +0000 (2014-03-04) |
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 }