wok annotate help2man/receipt @ rev 23152
updated lxsession (0.5.4 -> 0.5.5)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 15 16:46:05 2020 +0100 (2020-03-15) |
parents | 917bf829bf94 |
children | 71360a13cd94 |
rev | line source |
---|---|
pascal@13303 | 1 # SliTaz package receipt. |
pascal@13303 | 2 |
pascal@13303 | 3 PACKAGE="help2man" |
Hans-G?nter@22928 | 4 VERSION="1.47.12" |
pascal@13303 | 5 CATEGORY="development" |
pascal@13303 | 6 SHORT_DESC="Produces simple manual pages." |
pascal@13303 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14999 | 8 LICENSE="GPL3" |
Hans-G?nter@21034 | 9 WEB_SITE="https://www.gnu.org/software/$PACKAGE" |
Hans-G?nter@21034 | 10 |
Hans-G?nter@21034 | 11 TARBALL="$PACKAGE-$VERSION.tar.xz" |
pascal@13303 | 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" |
pascal@13303 | 13 |
pascal@13303 | 14 BUILD_DEPENDS="perl" |
pascal@13303 | 15 DEPENDS="perl" |
pascal@13303 | 16 |
pascal@13303 | 17 # Rules to configure and make the package. |
pascal@13303 | 18 compile_rules() |
pascal@13303 | 19 { |
Hans-G?nter@21034 | 20 ./configure \ |
Hans-G?nter@21034 | 21 --prefix=/usr \ |
Hans-G?nter@21034 | 22 --infodir=/usr/share/info \ |
Hans-G?nter@21034 | 23 --mandir=/usr/share/man \ |
Hans-G?nter@21034 | 24 $CONFIGURE_ARGS && |
Hans-G?nter@22928 | 25 make && |
pascal@13303 | 26 make DESTDIR=$DESTDIR install |
pascal@13303 | 27 } |
pascal@13303 | 28 |
pascal@13303 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13303 | 30 genpkg_rules() |
pascal@13303 | 31 { |
pascal@13303 | 32 mkdir -p $fs/usr |
Hans-G?nter@21034 | 33 |
pascal@13303 | 34 cp -a $install/usr/bin $fs/usr |
pascal@13303 | 35 cp -a $install/usr/lib $fs/usr |
pascal@13303 | 36 } |