wok annotate fop/receipt @ rev 8911
chess3d: get sources from slitaz mirror
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 28 14:41:07 2011 +0100 (2011-02-28) |
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 |