From 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 3 May 2012 06:19:04 +0000 Subject: testing/*: removed We dont ship testing things in a stable release --- testing/xmlto/APKBUILD | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 testing/xmlto/APKBUILD (limited to 'testing/xmlto') diff --git a/testing/xmlto/APKBUILD b/testing/xmlto/APKBUILD deleted file mode 100644 index f9c4c5eb2e..0000000000 --- a/testing/xmlto/APKBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Contributor: Carlo Landmeter -# Maintainer: Natanael Copa -pkgname=xmlto -pkgver=0.0.23 -pkgrel=1 -pkgdesc="Convert xml to many other formats" -url="http://cyberelk.net/tim/software/xmlto/" -arch="all" -license="GPL" -depends="libxslt perl-yaml-syck perl-test-pod bash" -depends_dev= -makedepends="$depends_dev wget bash docbook-xsl" -install="" -subpackages="$pkgname-doc" -source="https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2" - -_builddir="$srcdir/$pkgname-$pkgver" - -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - ./configure --prefix=/usr \ - --mandir=/usr/share/man || return 1 - make -j1 || return 1 -} - -package() { - cd "$_builddir" - make -j1 DESTDIR="$pkgdir" install || return 1 -} - -md5sums="3001d6bb2bbc2c8f6c2301f05120f074 xmlto-0.0.23.tar.bz2" -- cgit v1.2.3