wok view fop/receipt @ rev 10549

php: Added back code to add desktop, image, and php.ini in compile_rules. These files are needed for php-common not php directly. Thats what they were there.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 25 14:47:51 2011 +0000 (2011-05-25)
parents 4f69e201b1c3
children 3b4e4318134e
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 }