wok-next annotate npth/receipt @ rev 21027

jwm: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:51:09 2018 +0200 (2018-11-03)
parents e7a485521d6a
children e19ff076dc63
rev   line source
al@19768 1 # SliTaz package receipt v2.
al@19226 2
al@19226 3 PACKAGE="npth"
al@20905 4 VERSION="1.6"
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@20905 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/npth.html"
al@19768 11
al@19226 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19226 13 WGET_URL="https://www.gnupg.org/ftp/gcrypt/npth/$TARBALL"
al@19768 14 # https://www.gnupg.org/download/integrity_check.html
al@20905 15 TARBALL_SHA1="f9d63e9747b027e4e404fe3c20c73c73719e1731"
al@19226 16
al@21020 17 SPLIT="$PACKAGE-dev"
al@19226 18
al@20513 19 compile_rules() {
al@20601 20 ./configure $CONFIGURE_ARGS &&
al@20601 21 fix libtool &&
al@20601 22 make &&
al@20601 23 make install
al@19226 24 }
al@19226 25
al@20513 26 genpkg_rules() {
al@19768 27 case $PACKAGE in
al@20513 28 npth) copy @std;;
al@19768 29 *-dev) copy @dev;;
al@19768 30 esac
al@19226 31 }