wok view fop/receipt @ rev 20823

updated dfc (3.0.5 -> 3.1.1)
author Hans-G?nter Theisgen
date Tue Feb 19 15:04:01 2019 +0100 (2019-02-19)
parents 3b4e4318134e
children 636fde424c82
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 TARBALL="$PACKAGE-$VERSION-bin.tar.gz"
10 WEB_SITE="https://xmlgraphics.apache.org/fop/"
11 WGET_URL="http://apache.mirrors.timporter.net/xmlgraphics/fop/binaries/$TARBALL"
12 SUGGESTED="java-jre"
14 DEPENDS=""
15 BUILD_DEPENDS=""
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/share/xml/docbook/$PACKAGE-$VERSION
21 cp -a $src/* $fs/usr/share/xml/docbook/$PACKAGE-$VERSION
22 }