wok view libpthread-stubs/receipt @ rev 7994

Up: pcre to 8.12.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 17 21:54:12 2011 +0000 (2011-01-17)
parents
children 9119faf2898f
line source
1 # SliTaz package receipt.
3 PACKAGE="libpthread-stubs"
4 VERSION="0.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Weak aliases for pthread functions."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://xcb.freedesktop.org"
10 WGET_URL="$WEB_SITE/dist/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure \
17 --prefix=/usr \
18 --infodir=/usr/share/info \
19 --mandir=/usr/share/man \
20 $CONFIGURE_ARGS &&
21 make && make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $_pkg/usr $fs/usr
28 }