wok-next view npth/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents 4a67f7e79846
children e7a485521d6a
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/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/npth.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://www.gnupg.org/ftp/gcrypt/npth/$TARBALL"
14 # https://www.gnupg.org/download/integrity_check.html
15 TARBALL_SHA1="93ddf1a3bdbca00fb4cf811498094ca61bbb8ee1"
17 SPLIT="npth-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 npth) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }