wok-current annotate fop/receipt @ rev 19347
Up dropbear (2016.74)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 22 20:58:18 2016 +0200 (2016-07-22) |
parents | ad00280438a6 |
children | a78610b2eb47 |
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" |
pascal@15593 | 8 LICENSE="Apache" |
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" |
pankso@9634 | 12 SUGGESTED="java-jre" |
pankso@9634 | 13 |
pankso@9634 | 14 DEPENDS="" |
pankso@9634 | 15 BUILD_DEPENDS="" |
paul@6997 | 16 |
paul@6997 | 17 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@6997 | 18 genpkg_rules() |
paul@6997 | 19 { |
paul@6997 | 20 mkdir -p $fs/usr/share/xml/docbook/$PACKAGE-$VERSION |
paul@6997 | 21 cp -a $src/* $fs/usr/share/xml/docbook/$PACKAGE-$VERSION |
paul@6997 | 22 } |
paul@6997 | 23 |