summaryrefslogtreecommitdiff
path: root/community/netselect/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/netselect/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/netselect/PKGBUILD')
-rw-r--r--community/netselect/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/netselect/PKGBUILD b/community/netselect/PKGBUILD
deleted file mode 100644
index 14aab1bbe..000000000
--- a/community/netselect/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 60659 2011-12-16 15:40:36Z tredaelli $
-# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
-# Contributor: dorphell <dorphell@archlinux.org>
-# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-
-pkgname=netselect
-pkgver=0.3
-pkgrel=2
-pkgdesc="An ultrafast intelligent parallelizing binary-search implementation of ping"
-arch=('i686' 'x86_64')
-url="http://alumnit.ca/~apenwarr/netselect/index.html"
-license=('custom')
-depends=('glibc')
-source=("http://apenwarr.ca/netselect/$pkgname-$pkgver.tar.gz"
- "license.txt")
-md5sums=('3a3714946db2458e5db3d55373057ef2'
- '741ea171051c5cbac5ff18326c11d65e')
-
-build() {
- cd "$srcdir/$pkgname"
-
- sed -i '/sudo /d' Makefile
-
- make
-}
-
-package() {
-
- install -D -m4755 "$srcdir/$pkgname"/netselect "$pkgdir"/usr/bin/netselect
- install -D -m644 "$srcdir"/license.txt \
- "$pkgdir"/usr/share/licenses/netselect/LICENSE
-}