mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-20 23:32:47 +01:00
28 lines
657 B
Plaintext
28 lines
657 B
Plaintext
# Maintainer: Haelwenn (lanodan) Monnier <contact+alpine@hacktivis.me>
|
|
pkgname=netifrc
|
|
pkgver=0.7.3
|
|
pkgrel=0
|
|
pkgdesc="Gentoo Network Interface Management Scripts"
|
|
url="https://gitweb.gentoo.org/proj/netifrc.git/"
|
|
arch="all"
|
|
license="BSD-2"
|
|
depends=""
|
|
makedepends=""
|
|
install=""
|
|
source="https://gitweb.gentoo.org/proj/netifrc.git/snapshot/netifrc-$pkgver.tar.gz"
|
|
builddir="$srcdir/$pkgname-$pkgver"
|
|
|
|
build() {
|
|
make all
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
sha512sums="a82ac6835c15763becb5845a8c8d90dfd8d6c289ea5e00b0d7ae332d3e7ad6797f0fdcbf27bb9f44ff345c98884cdfa13210c76089585b8dd9970ded5f6236d8 netifrc-0.7.3.tar.gz"
|