SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libpthread-stubs"

# SliTaz package receipt.

PACKAGE="libpthread-stubs"
VERSION="0.1"
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
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)