wok-stable annotate fop/receipt @ rev 9525
Up: tazwok 4.2.12 (important fix)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Apr 07 19:49:21 2011 +0200 (2011-04-07) |
parents | |
children | ad00280438a6 |
rev | line source |
---|---|
paul@6997 | 1 # SliTaz package receipt. |
paul@6997 | 2 |
paul@6997 | 3 PACKAGE="fop" |
paul@6997 | 4 VERSION="1.0" |
paul@6997 | 5 CATEGORY="development" |
paul@6997 | 6 SHORT_DESC="Open source XSL-FO implementation." |
paul@6997 | 7 MAINTAINER="paul@slitaz.org" |
paul@6997 | 8 DEPENDS="" |
paul@6997 | 9 TARBALL="$PACKAGE-$VERSION-bin.tar.gz" |
paul@6997 | 10 WEB_SITE="http://xmlgraphics.apache.org/fop/" |
paul@6997 | 11 WGET_URL="http://apache.mirrors.timporter.net/xmlgraphics/fop/binaries/$TARBALL" |
paul@6997 | 12 SUGGESTED="get-java6-jre" |
paul@6997 | 13 |
paul@6997 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@6997 | 15 genpkg_rules() |
paul@6997 | 16 { |
paul@6997 | 17 mkdir -p $fs/usr/share/xml/docbook/$PACKAGE-$VERSION |
paul@6997 | 18 cp -a $src/* $fs/usr/share/xml/docbook/$PACKAGE-$VERSION |
paul@6997 | 19 } |
paul@6997 | 20 |