wok-next annotate libpthread-stubs/receipt @ rev 21257

encfs: use cmake
author Hans-G?nter Theisgen
date Fri Dec 06 13:47:57 2019 +0100 (2019-12-06)
parents a3c581bf52b8
children
rev   line source
al@20464 1 # SliTaz package receipt v2.
pascal@2752 2
pascal@2752 3 PACKAGE="libpthread-stubs"
erjo@14820 4 VERSION="0.2"
pascal@2752 5 CATEGORY="x-window"
al@20464 6 SHORT_DESC="Weak aliases for pthread functions"
pascal@2752 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15482 8 LICENSE="MIT"
al@20906 9 WEB_SITE="https://xcb.freedesktop.org/"
al@20464 10
pascal@2752 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@15482 12 WGET_URL="$WEB_SITE/dist/$TARBALL"
pascal@15482 13
al@21020 14 SPLIT="$PACKAGE-dev"
al@20464 15
al@20464 16 compile_rules() {
pankso@16347 17 ./configure $CONFIGURE_ARGS &&
al@20595 18 fix libtool &&
al@20595 19 make &&
al@20595 20 make -j1 install
pascal@2752 21 }
pascal@2752 22
al@20464 23 genpkg_rules() {
al@20464 24 case $PACKAGE in
al@20464 25 libpthread-stubs) copy @std;;
al@20464 26 *-dev) copy @dev;;
al@20464 27 esac
pascal@2752 28 }