wok-next annotate groff/receipt @ rev 20649
grub2-efi: remove duplicate modules (thanks alanyih)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 04 10:48:37 2018 +0200 (2018-05-04) |
parents | f463de72afe3 |
children | d5aab818505e |
rev | line source |
---|---|
al@20436 | 1 # SliTaz package receipt v2. |
rocky@5279 | 2 |
rocky@5279 | 3 PACKAGE="groff" |
al@19579 | 4 VERSION="1.22.3" |
rocky@5279 | 5 CATEGORY="utilities" |
al@20436 | 6 SHORT_DESC="The GNU troff text-formatting system" |
rocky@5279 | 7 MAINTAINER="rocky@slitaz.org" |
pascal@15589 | 8 LICENSE="GPL3" |
al@19579 | 9 WEB_SITE="https://www.gnu.org/software/groff/" |
al@20436 | 10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/groff.html" |
al@19579 | 11 |
rocky@5279 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
rocky@5279 | 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" |
rocky@5279 | 14 |
al@20436 | 15 BUILD_DEPENDS="perl texinfo" # ghostscript |
pascal@15589 | 16 |
al@20436 | 17 compile_rules() { |
al@19579 | 18 PAGE=A4 ./configure \ |
al@19579 | 19 --without-x \ |
al@19579 | 20 $CONFIGURE_ARGS && |
al@20436 | 21 PATH=$PATH:$src/src/preproc/preconv make -j1 && |
al@19579 | 22 make install |
rocky@5279 | 23 } |
rocky@5279 | 24 |
al@20436 | 25 genpkg_rules() { |
al@19783 | 26 copy bin/ groff/ |
al@20436 | 27 TAGS="LFS" |
rocky@5279 | 28 } |