wok-next view fop/receipt @ rev 21443

updated sarg (2.3.1 -> 2.4.0)
author Hans-G?nter Theisgen
date Tue May 05 16:34:52 2020 +0100 (2020-05-05)
parents d5aab818505e
children c2b48d51e079
line source
1 # SliTaz package receipt.
3 PACKAGE="fop"
4 VERSION="1.0"
5 CATEGORY="development"
6 SHORT_DESC="Open source XSL-FO implementation"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="https://xmlgraphics.apache.org/fop/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION-bin.tar.gz"
13 WGET_URL="http://apache.mirrors.timporter.net/xmlgraphics/fop/binaries/$TARBALL"
15 genpkg_rules() {
16 mkdir -p $fs/usr/share/xml/docbook/$PACKAGE-$VERSION
17 cp -a $src/* $fs/usr/share/xml/docbook/$PACKAGE-$VERSION
18 SUGGESTED="java-jre"
19 }