wok-next view groff/receipt @ rev 21432

updated rawstudio (1.2 -> 2.0)
author Hans-G?nter Theisgen
date Tue May 05 09:38:29 2020 +0100 (2020-05-05)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="groff"
4 VERSION="1.22.4"
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"
14 TARBALL_SHA1="2ce4ab107e3fab1414fef2c5b5312f562a4e4d35"
16 BUILD_DEPENDS="perl texinfo" # ghostscript
18 TAGS="LFS"
20 compile_rules() {
21 PAGE=A4 ./configure $CONFIGURE_ARGS &&
22 make -j1 &&
23 make install
24 }