wine: updated to 1.1.21
[namenlos-ports.git] / xmlto / Pkgfile
blobe1a4b8fa2b05ce50f03da29b0d32204e3dc3cedb
1 # Description: A frontend to an XSL toolchain
2 # URL: http://cyberelk.net/tim/xmlto/
3 # Packager: Matt Housh, jaeger at morpheus dot net
4 # Maintainer: Richard Poettler, richard dot poettler at gmail dot com
5 # Depends on: bash, libxslt
7 name=xmlto
8 version=0.0.21
9 release=1
10 source=(https://fedorahosted.org/${name}/export/1/${name}-${version}.tar.bz2)
13 build() {
14         cd $name-$version
15         ./configure --prefix=/usr --mandir=/usr
16         make
17         make DESTDIR=$PKG install