wok-next view 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
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-dev texinfo perl-locale-gettext"
16 compile_rules() {
17 ./configure \
18 --enable-nls \
19 $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="perl-locale-gettext"
27 }