diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-01 17:26:53 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-01 17:26:53 +0100 |
commit | 3ce3c4fd596debefbad77328a9b62a39eccf753c (patch) | |
tree | 8ea8842d946335dbd124e71336a11b928481c544 /unmaintained/dhcpdump | |
parent | 62b8ba5f8fe6d62d56b2d078b4f12f72830ee4af (diff) | |
download | aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.bz2 aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.xz |
unmaintained/*: purge aports not touched since v3.5.0
We agreed with ncopa on #alpine-devel (2017-12-01 16:20 UTC) to
periodically purge aports in unmaintained that haven't been touched
in last 1 year (2 releases).
Diffstat (limited to 'unmaintained/dhcpdump')
-rw-r--r-- | unmaintained/dhcpdump/APKBUILD | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/unmaintained/dhcpdump/APKBUILD b/unmaintained/dhcpdump/APKBUILD deleted file mode 100644 index deb397b676..0000000000 --- a/unmaintained/dhcpdump/APKBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=dhcpdump -pkgver=1.8 -pkgrel=0 -pkgdesc="utility to analyze sniffed DHCP packets" -url="http://www.mavetju.org/unix/general.php" -arch="all" -license="BSD" -depends="" -depends_dev="" -makedepends="$depends_dev libpcap-dev perl" -install="" -subpackages="$pkgname-doc" -source="http://www.mavetju.org/download/dhcpdump-$pkgver.tar.gz" - -_builddir="$srcdir"/dhcpdump-$pkgver -prepare() { - 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" - make || return 1 -} - -package() { - cd "$_builddir" - install -D dhcpdump "$pkgdir"/usr/bin/dhcpdump || return 1 - install -D dhcpdump.8 "$pkgdir"/usr/share/man/man8/dhcpdump.8 \ - || return 1 -} - -md5sums="099c786997c424f196414f9575f1fb90 dhcpdump-1.8.tar.gz" -sha256sums="6d5eb9418162fb738bc56e4c1682ce7f7392dd96e568cc996e44c28de7f77190 dhcpdump-1.8.tar.gz" -sha512sums="52cd63d581a3c530c2f5baa66808d5b0241853651c720bd513b769b8301b4dff9c87243787014aea98a5b3ebed86ec317b58d262bf5031015141a4da50fb76e6 dhcpdump-1.8.tar.gz" |