wok-next view popt/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 10df65db91ad
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="popt"
4 VERSION="1.16"
5 CATEGORY="system-tools"
6 SHORT_DESC="Library for parsing command line options"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://directory.fsf.org/wiki/Popt"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/popt.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://rpm5.org/files/popt/$TARBALL"
15 BUILD_DEPENDS="gettext"
16 SPLIT="popt-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 popt) copy @std;;
30 *-dev) copy @dev;;
31 esac
32 }