wok-next annotate help2man/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 0e7893ac206d
children
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@21020 14 BUILD_DEPENDS="perl gettext-dev 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@21020 20 make &&
al@21020 21 make DESTDIR=$install install
pascal@13303 22 }
pascal@13303 23
al@20443 24 genpkg_rules() {
al@20443 25 copy @std
al@20443 26 DEPENDS="perl-locale-gettext"
pascal@13303 27 }