wok-stable view fop/receipt @ rev 12169

pcmcia-cis removed: cis files are now part of linux-firmware
author Dominique Corbex <domcox@slitaz.org>
date Thu Mar 22 20:33:09 2012 +0100 (2012-03-22)
parents 4f69e201b1c3
children
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 TARBALL="$PACKAGE-$VERSION-bin.tar.gz"
9 WEB_SITE="http://xmlgraphics.apache.org/fop/"
10 WGET_URL="http://apache.mirrors.timporter.net/xmlgraphics/fop/binaries/$TARBALL"
11 SUGGESTED="java-jre"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share/xml/docbook/$PACKAGE-$VERSION
20 cp -a $src/* $fs/usr/share/xml/docbook/$PACKAGE-$VERSION
21 }