wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libpthread-stubs"
4 VERSION="0.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Weak aliases for pthread functions"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://xcb.freedesktop.org"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$WEB_SITE/dist/$TARBALL"
14 SPLIT="libpthread-stubs-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make -j1 install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 libpthread-stubs) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }