aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2011-10-24 21:01:45 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2011-12-03 14:49:18 -0600
commit7f4e294e5c2a125c84b5e23c3b1751faf5512cb4 (patch)
tree26f628a9d02c731e9aef520e135b5bed74852907 /testing
parent7aa2372c800f3834820cd703027c114bd29a0828 (diff)
downloadaports-7f4e294e5c2a125c84b5e23c3b1751faf5512cb4.tar.bz2
aports-7f4e294e5c2a125c84b5e23c3b1751faf5512cb4.tar.xz
tftpy - Renamed to py-tftpy
Diffstat (limited to 'testing')
-rw-r--r--testing/tftpy/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/tftpy/APKBUILD b/testing/tftpy/APKBUILD
deleted file mode 100644
index c0f2766da3..0000000000
--- a/testing/tftpy/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-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"