wok annotate libpthread-stubs/receipt @ rev 11739

gdk-pixbuf: Fic chache creation (so SVG icons works)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 00:25:05 2012 +0100 (2012-02-22)
parents 9119faf2898f
children 049b98907ea8
rev   line source
pascal@2752 1 # SliTaz package receipt.
pascal@2752 2
pascal@2752 3 PACKAGE="libpthread-stubs"
pascal@2752 4 VERSION="0.1"
pascal@2752 5 CATEGORY="x-window"
pascal@2752 6 SHORT_DESC="Weak aliases for pthread functions."
pascal@2752 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@2752 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
gokhlayeh@8194 9 DEPENDS="glibc-base"
gokhlayeh@8194 10 BUILD_DEPENDS="gcc"
pascal@2752 11 WEB_SITE="http://xcb.freedesktop.org"
pascal@2752 12 WGET_URL="$WEB_SITE/dist/$TARBALL"
pascal@2752 13
pascal@2752 14 # Rules to configure and make the package.
pascal@2752 15 compile_rules()
pascal@2752 16 {
pascal@2752 17 cd $src
gokhlayeh@11573 18 ./configure $CONFIGURE_ARGS && make && make -j 1 install
pascal@2752 19 }
pascal@2752 20
pascal@2752 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2752 22 genpkg_rules()
pascal@2752 23 {
pascal@2752 24 cp -a $_pkg/usr $fs/usr
pascal@2752 25 }
pascal@2752 26