summaryrefslogtreecommitdiffstats
path: root/testing/liboping
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-03-03 23:03:36 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2013-03-04 09:50:19 +0000
commit8ad054a686593caf427cfdb1b19d2937250c3866 (patch)
tree0b1aac0f9715ef42b28824e9616528c651a1f749 /testing/liboping
parent241b124a56975abbe8aac6cc8c5c637aa339761d (diff)
downloadaports-8ad054a686593caf427cfdb1b19d2937250c3866.tar.bz2
aports-8ad054a686593caf427cfdb1b19d2937250c3866.tar.xz
testing/liboping: upgrade to 1.6.2
Diffstat (limited to 'testing/liboping')
-rw-r--r--testing/liboping/APKBUILD24
1 files changed, 11 insertions, 13 deletions
diff --git a/testing/liboping/APKBUILD b/testing/liboping/APKBUILD
index 438b967e7..27ff74023 100644
--- a/testing/liboping/APKBUILD
+++ b/testing/liboping/APKBUILD
@@ -1,26 +1,22 @@
# Contributor: Harry
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=liboping
-pkgver=1.6.1
+pkgver=1.6.2
pkgrel=0
-pkgdesc="A Ping Lib"
+pkgdesc="A C library to generate ICMP echo requests"
url="http://verplant.org/liboping/"
arch="all"
-license=GPL
-depends=
-# make install needs setcap provided by libcap
-makedepends="ncurses-dev libcap"
-source="http://verplant.org/liboping/files/$pkgname-$pkgver.tar.bz2"
+license="LGPL2+"
+depends=""
+makedepends="ncurses-dev"
subpackages="$pkgname-dev $pkgname-doc"
+source="http://verplant.org/liboping/files/$pkgname-$pkgver.tar.bz2"
_builddir="$srcdir/$pkgname-$pkgver"
-prepare() {
- cd "$_builddir"
-}
-
build() {
cd "$_builddir"
- ./configure --prefix=/usr \
+ ./configure \
+ --prefix=/usr \
--libdir=/usr/lib \
--without-perl-bindings \
--disable-static \
@@ -34,4 +30,6 @@ package() {
rm "$pkgdir"/usr/lib/*.la || return 1
}
-md5sums="748554a18e1771913f4f402ee9f957c9 liboping-1.6.1.tar.bz2"
+md5sums="64a6f31310093d2517cfe7f05aa011e0 liboping-1.6.2.tar.bz2"
+sha256sums="5f4ab4b127b5a8a79ab771002604bff0e2903622393e5602f336cad258bb73cf liboping-1.6.2.tar.bz2"
+sha512sums="6e09cff67f0d87382a0c63b7b515de5bae0db97996b450aba5432a2bcd05d0b5c7481323c23d839c8937dd132bc9cfc5bb1a4ca50a3746653f4893fccd27357f liboping-1.6.2.tar.bz2"