wok-next view fop/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }