diff options
Diffstat (limited to 'testing/py-ethtool/APKBUILD')
-rw-r--r-- | testing/py-ethtool/APKBUILD | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/testing/py-ethtool/APKBUILD b/testing/py-ethtool/APKBUILD deleted file mode 100644 index de58b1ea59..0000000000 --- a/testing/py-ethtool/APKBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> -pkgname=py-ethtool -_realname=python-ethtool -pkgver=0.7 -pkgrel=0 -pkgdesc="Python library for the ethtool kernel interface" -url="http://www.ohloh.net/p/python-ethtool" -arch="all" -license="GPL" -depends= -depends_dev="libnl-dev pkgconfig python-dev" -makedepends="$depends_dev" -install= -subpackages= -source="http://dsommers.fedorapeople.org/python-ethtool/$_realname-$pkgver.tar.bz2 - python-ethtool-libnl-1.0-support.patch" - - -_builddir="$srcdir"/$_realname-$pkgver - -prepare() { - cd "$_builddir" - 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" - return 0 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install - # python setup.py install --root="$pkgdir" -} - -md5sums="2d13e2412948344b8375f5af4ced1c20 python-ethtool-0.7.tar.bz2 -188f260534eb838193e0e8c249b6a33c python-ethtool-libnl-1.0-support.patch" |