wok-next view libpthread-stubs/receipt @ rev 20557

Remove *.la files.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 07 16:01:14 2018 +0300 (2018-04-07)
parents c4e53a39395a
children 5841522533ec
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 make && make -j 1 install
19 }
21 genpkg_rules() {
22 case $PACKAGE in
23 libpthread-stubs) copy @std;;
24 *-dev) copy @dev;;
25 esac
26 }