wok-next view groff/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
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 }