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

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 4396aed7eb01
children a3c581bf52b8
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@20464 9 WEB_SITE="http://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@20464 14 SPLIT="libpthread-stubs-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 }