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/py-tftpy/APKBUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 testing/py-tftpy/APKBUILD (limited to 'testing/py-tftpy') diff --git a/testing/py-tftpy/APKBUILD b/testing/py-tftpy/APKBUILD deleted file mode 100644 index c0f2766da3..0000000000 --- a/testing/py-tftpy/APKBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Contributor: Fabian Affolter -# Maintainer: Fabian Affolter -pkgname=tftpy -pkgver=0.6.0 -pkgrel=0 -pkgdesc="A Pure Python TFTP Protocol Implementation" -url="http://tftpy.sourceforge.net/" -arch="noarch" -license="MIT" -depends="" -depends_dev="" -makedepends="python-dev" -install="" -subpackages="" -source="http://downloads.sourceforge.net/tftpy/tftpy-$pkgver.tar.gz" -_builddir="$srcdir"/tftpy-$pkgver - -build() { - cd "$_builddir" - python setup.py build || return 1 -} - -package() { - cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="b306d30ef1799f1932540a54cd72f79d tftpy-0.6.0.tar.gz" -- cgit v1.2.3