wok-next view npth/receipt @ rev 19768

Up libgpg-error, libassuan, libgcrypt, libksba, npth, gnupg, libsecret, pinentry, gobject-introspection.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 13 20:33:22 2017 +0300 (2017-06-13)
parents ac006a7bf27c
children d43bf7aae921
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 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 case $PACKAGE in
28 npth) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }