mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
Merge pull request #445 from onekk/master
Modified Package: Apache-fop modified directory eliminating
This commit is contained in:
commit
16d6e31410
2 changed files with 4 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
||||||
FOP_OPTS="-Xmx512m"
|
FOP_OPTS="-Xmx512m"
|
||||||
FOP_HOME="/usr/share/fop-1.1"
|
FOP_HOME="/usr/share/fop"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'apache-fop'
|
# Template file for 'apache-fop'
|
||||||
pkgname="apache-fop"
|
pkgname="apache-fop"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Java print formatter driven by XSL formatting objects (XSL-FO) and an output independent formatter"
|
short_desc="Java print formatter driven by XSL formatting objects (XSL-FO) and an output independent formatter"
|
||||||
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
@ -13,7 +13,7 @@ hostmakedepends="jdk"
|
||||||
makedepends="apache-ant"
|
makedepends="apache-ant"
|
||||||
depends="jre "
|
depends="jre "
|
||||||
wrksrc="fop-${version}"
|
wrksrc="fop-${version}"
|
||||||
_prefix="usr/share/fop-${version}"
|
_prefix="usr/share/fop"
|
||||||
conf_files="/etc/fop.conf"
|
conf_files="/etc/fop.conf"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
|
@ -53,6 +53,6 @@ do_install() {
|
||||||
vinstall ${FILESDIR}/fop.conf 644 etc/
|
vinstall ${FILESDIR}/fop.conf 644 etc/
|
||||||
#create a handy symlink
|
#create a handy symlink
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
ln -sf /usr/share/fop-${version}/fop $DESTDIR/usr/bin/fop
|
ln -sf /usr/share/fop/fop $DESTDIR/usr/bin/fop
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue