mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-24 07:02:04 +02:00
23 lines
530 B
Plaintext
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"
|