wok-next view groff/receipt @ rev 19844

sakura -> sakura-gtk2; vte -> vte-gtk2; add sakura, vte; up gtk-engines, lxde, wpa_supplicant.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 25 15:45:11 2017 +0300 (2017-08-25)
parents 9ed08571171f
children 90a5eb560fd6
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 copy bin/ groff/
30 }