wok-next annotate groff/receipt @ rev 21498
updated aspell-dicts (0.60.6.1 -> 0.60.8)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 18 21:48:58 2020 +0100 (2020-06-18) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
al@20436 | 1 # SliTaz package receipt v2. |
rocky@5279 | 2 |
rocky@5279 | 3 PACKAGE="groff" |
al@21087 | 4 VERSION="1.22.4" |
rocky@5279 | 5 CATEGORY="utilities" |
al@20436 | 6 SHORT_DESC="The GNU troff text-formatting system" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15589 | 8 LICENSE="GPL3" |
al@19579 | 9 WEB_SITE="https://www.gnu.org/software/groff/" |
al@20436 | 10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/groff.html" |
al@19579 | 11 |
rocky@5279 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
rocky@5279 | 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" |
al@21087 | 14 TARBALL_SHA1="2ce4ab107e3fab1414fef2c5b5312f562a4e4d35" |
rocky@5279 | 15 |
al@20436 | 16 BUILD_DEPENDS="perl texinfo" # ghostscript |
pascal@15589 | 17 |
al@21087 | 18 TAGS="LFS" |
al@21087 | 19 |
al@20436 | 20 compile_rules() { |
al@21087 | 21 PAGE=A4 ./configure $CONFIGURE_ARGS && |
al@21087 | 22 make -j1 && |
al@19579 | 23 make install |
rocky@5279 | 24 } |