wok-next view popt/receipt @ rev 20630

Up gegl, giflib, graphite2.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 01:47:24 2018 +0300 (2018-04-27)
parents 0e7893ac206d
children d08d2d235af0
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"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://rpm5.org/files/popt/$TARBALL"
14 BUILD_DEPENDS="gettext"
15 SPLIT="popt-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 popt) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }