wok-next view help2man/receipt @ rev 20454

Choose between libpng16 and libpng12
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 17:32:31 2018 +0200 (2018-02-28)
parents 8da249b2c8d7
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="help2man"
4 VERSION="1.47.4"
5 CATEGORY="development"
6 SHORT_DESC="Produces simple manual pages"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/help2man/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="perl gettext texinfo perl-locale-gettext"
16 compile_rules() {
17 ./configure \
18 --enable-nls \
19 $CONFIGURE_ARGS &&
20 make && make DESTDIR=$install install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="perl-locale-gettext"
26 }