From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/xml2/PKGBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 community/xml2/PKGBUILD (limited to 'community/xml2') diff --git a/community/xml2/PKGBUILD b/community/xml2/PKGBUILD deleted file mode 100644 index 75cc5d49d..000000000 --- a/community/xml2/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 89943 2013-05-05 21:39:24Z spupykin $ -# Maintainer: Sergej Pupykin -# Contributor: Orivej Desh -# Maintainer: Orivej Desh - -pkgname=xml2 -pkgver=0.5 -pkgrel=1 -pkgdesc="XML/Unix Processing Tools to convert XML and HTML to and from a line-oriented format more amenable to processing by classic Unix pipeline processing tools" -arch=("i686" "x86_64") -url="http://www.ofb.net/~egnor/xml2/" -license=("GPL") -depends=("libxml2") -source=("http://download.ofb.net/gale/$pkgname-$pkgver.tar.gz") -md5sums=('48eacf64b01ca3a4a5afb1a36f5906e6') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - cd "$pkgdir/usr/bin" - rm html2 2html - ln -s xml2 html2 - ln -s 2xml 2html -} -- cgit v1.2.3-54-g00ecf