wok-next view groff/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents d1c17bd2c2bc
children f463de72afe3
line source
1 # SliTaz package receipt.
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="ghostscript perl texinfo"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 PAGE=A4 ./configure \
20 --without-x \
21 $CONFIGURE_ARGS &&
22 PATH=$PATH:$src/src/preproc/preconv make &&
23 make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cook_copy_folders bin groff
30 }