wok-next view groff/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 90a5eb560fd6
children 0f2575775b2d
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="devel@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 }