wok-next view npth/receipt @ rev 20533
cairo-clock, grub4dos: fix CFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 27 12:50:45 2018 +0200 (2018-03-27) |
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 }