wok-next view groff/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
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 }