# SliTaz package receipt.

PACKAGE="libpthread-stubs"
VERSION="0.4"
CATEGORY="x-window"
SHORT_DESC="Weak aliases for pthread functions."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
DEPENDS="glibc-base"
BUILD_DEPENDS="gcc"
WEB_SITE="http://xcb.freedesktop.org"
WGET_URL="$WEB_SITE/dist/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	./configure $CONFIGURE_ARGS && make && make -j 1 install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	cp -a $_pkg/usr $fs/usr
}