wok-next view groff/receipt @ rev 20864

Up check (0.12.0); add lziprecover (thanks Pascal Bellard)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 28 14:26:22 2018 +0300 (2018-06-28)
parents f463de72afe3
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="groff"
4 VERSION="1.22.3"
5 CATEGORY="utilities"
6 SHORT_DESC="The GNU troff text-formatting system"
7 MAINTAINER="rocky@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/groff/"
10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/groff.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="perl texinfo" # ghostscript
17 compile_rules() {
18 PAGE=A4 ./configure \
19 --without-x \
20 $CONFIGURE_ARGS &&
21 PATH=$PATH:$src/src/preproc/preconv make -j1 &&
22 make install
23 }
25 genpkg_rules() {
26 copy bin/ groff/
27 TAGS="LFS"
28 }