mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/dhcping: new aport
This commit is contained in:
parent
06ffa5b4f3
commit
0ecfe90fe3
34
testing/dhcping/APKBUILD
Normal file
34
testing/dhcping/APKBUILD
Normal file
@ -0,0 +1,34 @@
|
||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=dhcping
|
||||
pkgver=1.2
|
||||
pkgrel=0
|
||||
pkgdesc="dhcp daemon ping program"
|
||||
url="http://www.mavetju.org/unix/general.php"
|
||||
arch="all"
|
||||
license="custom"
|
||||
depends=""
|
||||
makedepends=""
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://www.mavetju.org/download/$pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/share/man
|
||||
make || return 1
|
||||
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
||||
md5sums="c4b22bbf3446c8567e371c40aa552d5d dhcping-1.2.tar.gz"
|
||||
sha256sums="32ef86959b0bdce4b33d4b2b216eee7148f7de7037ced81b2116210bc7d3646a dhcping-1.2.tar.gz"
|
||||
sha512sums="84ead27ba07f7ecc1e8cf6d95b40c98ee20a39ce54386249f403120beac70c45d765d5268b4968dbfbbb92790adcc1eb648c3a87071d215ad64bcd23aec818d3 dhcping-1.2.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user