xmlclitools: removed port

This commit is contained in:
Jose V Beneyto 2011-02-14 12:10:25 +01:00
parent c8de492b1a
commit 313cbe6470
3 changed files with 0 additions and 29 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xmlfmt
-rwxr-xr-x root/root usr/bin/xmlgrep
-rwxr-xr-x root/root usr/bin/xmlmod
-rwxr-xr-x root/root usr/bin/xmlngrep
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xmlfmt.1.gz
-rw-r--r-- root/root usr/man/man1/xmlgrep.1.gz
-rw-r--r-- root/root usr/man/man1/xmlmod.1.gz

View File

@ -1 +0,0 @@
ea16efbda4ed0507f6a67cc6bc572d2c xmlclitools-1.61.tar.gz

View File

@ -1,17 +0,0 @@
# Description: XML Command Line Tools.
# URL: http://robur.slu.se/jensl/xmlclitools/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: libpcre glib libxml2
name=xmlclitools
version=1.61
release=1
source=(http://robur.slu.se/jensl/xmlclitools/history/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=$PKG/usr
make
make install
}