wok-6.x annotate npth/receipt @ rev 20756
updated bwm-ng again (0.6.1 -> 0.6.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 12 16:23:29 2019 +0100 (2019-02-12) |
parents | ac006a7bf27c |
children | 70356dd15554 |
rev | line source |
---|---|
al@19226 | 1 # SliTaz package receipt. |
al@19226 | 2 |
al@19226 | 3 PACKAGE="npth" |
erkan@20346 | 4 VERSION="1.5" |
al@19226 | 5 CATEGORY="security" |
al@19226 | 6 SHORT_DESC="The new GNU portable threads library" |
al@19226 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@19226 | 8 LICENSE="GPL2 LGPL3" |
al@19226 | 9 WEB_SITE="https://www.gnupg.org/related_software/npth/" |
al@19226 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@19226 | 11 WGET_URL="https://www.gnupg.org/ftp/gcrypt/npth/$TARBALL" |
al@19226 | 12 |
al@19226 | 13 DEPENDS="glibc-base" |
al@19226 | 14 |
al@19226 | 15 # Rules to configure and make the package. |
al@19226 | 16 compile_rules() |
al@19226 | 17 { |
al@19226 | 18 # Integrity check: https://www.gnupg.org/download/integrity_check.html |
erkan@20346 | 19 echo "93ddf1a3bdbca00fb4cf811498094ca61bbb8ee1 $SRC/$TARBALL" | sha1sum -c || exit 1 |
al@19226 | 20 |
al@19226 | 21 ./configure $CONFIGURE_ARGS && make && make install |
al@19226 | 22 } |
al@19226 | 23 |
al@19226 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@19226 | 25 genpkg_rules() |
al@19226 | 26 { |
al@19226 | 27 mkdir -p $fs/usr/lib |
al@19226 | 28 cp -a $install/usr/lib/*.so* $fs/usr/lib |
al@19226 | 29 } |