From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/hping/PKGBUILD | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 community/hping/PKGBUILD (limited to 'community/hping/PKGBUILD') diff --git a/community/hping/PKGBUILD b/community/hping/PKGBUILD deleted file mode 100644 index 41c30b6a4..000000000 --- a/community/hping/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 92024 2013-05-30 23:36:53Z seblu $ -# Maintainer: Lukas Fleischer -# Contributor: Kevin Piche - -pkgname=hping -pkgver=3.0.0 -pkgrel=3 -pkgdesc='A command-line oriented TCP/IP packet assembler/analyzer.' -arch=('i686' 'x86_64') -url='http://www.hping.org' -license=('GPL2' 'BSD') -depends=('libpcap') -source=("http://www.hping.org/hping3-20051105.tar.gz" - 'Makefile.patch' - 'bytesex.h.patch') -md5sums=('ca4ea4e34bcc2162aedf25df8b2d1747' - '339a38f86169d1b9344287a85201afbe' - '8af8e336819df1447b0c1b879a704be9') - -build() { - cd "${srcdir}/hping3-20051105" - - [[ "$CARCH" == "x86_64" ]] && patch -Np1 -i ../bytesex.h.patch - - MANPATH=/usr/share/man ./configure --no-tcl - make -} - -package() { - cd "${srcdir}/hping3-20051105" - - patch -p1 < ../Makefile.patch - - make DESTDIR="${pkgdir}" install - install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} -- cgit v1.2.3-54-g00ecf