wok-next annotate help2man/receipt @ rev 20519

Synchronize wok-hg with wok. Some yesterday's patches are lost :(
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 23 10:45:35 2018 +0200 (2018-03-23)
parents 8da249b2c8d7
children d5aab818505e
rev   line source
al@20443 1 # SliTaz package receipt v2.
pascal@13303 2
pascal@13303 3 PACKAGE="help2man"
al@19571 4 VERSION="1.47.4"
pascal@13303 5 CATEGORY="development"
al@20443 6 SHORT_DESC="Produces simple manual pages"
pascal@13303 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@19571 9 WEB_SITE="https://www.gnu.org/software/help2man/"
al@19571 10
al@19571 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@13303 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
pascal@13303 13
al@19571 14 BUILD_DEPENDS="perl gettext texinfo perl-locale-gettext"
pascal@13303 15
al@20443 16 compile_rules() {
al@19571 17 ./configure \
al@19571 18 --enable-nls \
al@19571 19 $CONFIGURE_ARGS &&
al@19571 20 make && make DESTDIR=$install install
pascal@13303 21 }
pascal@13303 22
al@20443 23 genpkg_rules() {
al@20443 24 copy @std
al@20443 25 DEPENDS="perl-locale-gettext"
pascal@13303 26 }
pascal@13303 27