contrib/fop/Pkgfile

21 lines
595 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Formatting Objects Processor.
# URL: http://xml.apache.org/fop/
2007-01-20 03:21:06 +01:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
2006-11-19 22:26:53 +01:00
#
# Depends on: j2re
2006-11-14 00:01:22 +01:00
name=fop
version=0.92beta
release=1
source=(http://apache.ausgamers.com/xmlgraphics/$name/$name-$version-bin-jdk1.3.tar.gz)
build () {
2006-11-19 22:26:53 +01:00
cd $name-$version
install -d $PKG/usr/{bin, lib/$name/{build,lib}}
cp build/*.jar $PKG/usr/lib/$name/build/
cp lib/*.jar $PKG/usr/lib/$name/lib/
cp fop $PKG/usr/bin/fop
chown -R root:root $PKG
2006-11-14 00:01:22 +01:00
}