aboutsummaryrefslogtreecommitdiffstats
path: root/community/liboping
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-12-05 14:16:03 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-12-05 14:16:03 +0000
commit2e553c4b546ba259ab3bf260ea0f989410e75bdf (patch)
treeb705190e489eb50618b4435c9c0ce6963985b3c0 /community/liboping
parent35369524ae405311b08f4f901e9c95bc126d2309 (diff)
downloadaports-2e553c4b546ba259ab3bf260ea0f989410e75bdf.tar.bz2
aports-2e553c4b546ba259ab3bf260ea0f989410e75bdf.tar.xz
main/liboping: moved from community
Diffstat (limited to 'community/liboping')
-rw-r--r--community/liboping/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/liboping/APKBUILD b/community/liboping/APKBUILD
deleted file mode 100644
index c628d5f010..0000000000
--- a/community/liboping/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Harry
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=liboping
-pkgver=1.9.0
-pkgrel=0
-pkgdesc="A C library to generate ICMP echo requests"
-url="http://verplant.org/liboping/"
-arch="all"
-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"
-
-build() {
- cd "$builddir"
- ./configure \
- --prefix=/usr \
- --libdir=/usr/lib \
- --without-perl-bindings \
- --disable-static \
- || return 1
- make || return 1
-}
-
-package() {
- cd "$builddir"
- make install DESTDIR="$pkgdir" || return 1
-}
-
-md5sums="9c9f65bfd297d7e7092c7f219c31f66a liboping-1.9.0.tar.bz2"
-sha256sums="44bb1d88b56b88fda5533edb3aa005c69b3cd396f20453a157d7e31e536f3530 liboping-1.9.0.tar.bz2"
-sha512sums="dcbadeea5154d4f4c31f806cae4ee5b8d5a8dfe243a9de4dad4b81b5b227538e1bb0c20afef121bd8ad841346da39fd5fb4710db981b89c11acc573c4f401c85 liboping-1.9.0.tar.bz2"