wok-next view help2man/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
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 }