contrib/xmlclitools/Pkgfile

19 lines
465 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: XML Command Line Tools.
# URL: http://robur.slu.se/jensl/xmlclitools/
2007-01-20 03:21:06 +01:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Maintainer: unmaintained
2006-11-19 22:26:53 +01:00
#
# Depends on: libpcre, glib, libxml2
2006-11-14 00:01:22 +01:00
name=xmlclitools
version=1.61
release=1
source=(http://robur.slu.se/jensl/xmlclitools/history/$name-$version.tar.gz)
build () {
2006-11-19 22:26:53 +01:00
cd $name-$version
./configure --prefix=$PKG/usr
make && make install
chown -R root:root $PKG
2006-11-14 00:01:22 +01:00
}