wok-next view npth/receipt @ rev 20599

More fix libtool
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 17 00:06:41 2018 +0300 (2018-04-17)
parents d7873beccb0f
children 4a67f7e79846
line source
1 # SliTaz package receipt v2.
3 PACKAGE="npth"
4 VERSION="1.5"
5 CATEGORY="security"
6 SHORT_DESC="The new GNU portable threads library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2 LGPL3"
9 WEB_SITE="https://www.gnupg.org/related_software/npth/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://www.gnupg.org/ftp/gcrypt/npth/$TARBALL"
13 # https://www.gnupg.org/download/integrity_check.html
14 TARBALL_SHA1="93ddf1a3bdbca00fb4cf811498094ca61bbb8ee1"
16 SPLIT="npth-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 genpkg_rules() {
23 case $PACKAGE in
24 npth) copy @std;;
25 *-dev) copy @dev;;
26 esac
27 }