contrib/xmlto/Pkgfile

24 lines
470 B
Plaintext
Raw Normal View History

2014-12-05 10:51:37 +01:00
# Description: Convert xml to many other formats.
# URL: https://pagure.io/xmlto
# Maintainer: John McQuah, jmcquah at disroot dot org
2017-11-01 13:35:12 +01:00
# Depends on: docbook-xsl
2014-12-05 10:51:37 +01:00
name=xmlto
version=0.0.28
2014-12-05 10:51:37 +01:00
release=1
source=(https://releases.pagure.org/$name/$name-$version.tar.bz2)
2014-12-05 10:51:37 +01:00
build() {
cd $name-$version
sed -i -e 's,4\.2,4\.5,g' doc/xmlif.xml
sed -i -e 's,4\.2,4\.5,g; /productname/s|25|28|;' doc/xmlto.xml
2014-12-05 10:51:37 +01:00
./configure \
--prefix=/usr
2014-12-05 10:51:37 +01:00
make
make DESTDIR=$PKG install
}