wok view fop/receipt @ rev 20769
updated ccid (1.4.8 -> 1.4.30)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 13 16:46:55 2019 +0100 (2019-02-13) |
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 }