aports/main/ethtool/APKBUILD
Natanael Copa 4ff65ef299 main: mass-rebuild of packages missing arch in .PKGINFO
this is needed for apk-tools-2.1 migration
2011-03-31 13:43:08 +00:00

23 lines
530 B
Plaintext

# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ethtool
pkgver=6
pkgrel=2
pkgdesc="gkernel ethtool"
url="http://sourceforge.net/projects/gkernel/"
arch="all"
license="GPL"
depends=""
makedepends=""
source="http://easynews.dl.sf.net/sourceforge/gkernel/$pkgname-$pkgver.tar.gz"
subpackages="$pkgname-doc"
build ()
{
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr \
--mandir=/usr/share/man
make || return 1
make DESTDIR="$pkgdir" install
}
md5sums="3b721ec27f17ebf320ba8c505cf66d9c ethtool-6.tar.gz"