wok-next diff help2man/receipt @ rev 20079
Up emacs (2.53)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 25 11:21:45 2017 +0200 (2017-10-25) |
parents | 2b9f96603415 |
children | 0e7893ac206d |
line diff
1.1 --- a/help2man/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/help2man/receipt Wed Oct 25 11:21:45 2017 +0200 1.3 @@ -1,26 +1,31 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="help2man" 1.7 -VERSION="1.40.12" 1.8 +VERSION="1.47.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Produces simple manual pages." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL3" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 -WEB_SITE="http://www.gnu.org/software/$PACKAGE" 1.15 +WEB_SITE="https://www.gnu.org/software/help2man/" 1.16 + 1.17 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.19 1.20 -BUILD_DEPENDS="perl" 1.21 -DEPENDS="perl" 1.22 +DEPENDS="perl-locale-gettext" 1.23 +BUILD_DEPENDS="perl gettext texinfo perl-locale-gettext" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.30 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.31 - make && 1.32 - make DESTDIR=$DESTDIR install 1.33 + ./configure \ 1.34 + --enable-nls \ 1.35 + $CONFIGURE_ARGS && 1.36 + make && make DESTDIR=$install install 1.37 + 1.38 +# ./configure --prefix=/usr --infodir=/usr/share/info \ 1.39 +# --mandir=/usr/share/man $CONFIGURE_ARGS && 1.40 +# make && 1.41 +# make DESTDIR=$DESTDIR install 1.42 } 1.43 1.44 # Rules to gen a SliTaz package suitable for Tazpkg.