diff options
Diffstat (limited to 'community/driftnet/PKGBUILD')
-rw-r--r-- | community/driftnet/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/community/driftnet/PKGBUILD b/community/driftnet/PKGBUILD deleted file mode 100644 index 7a128014d..000000000 --- a/community/driftnet/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# $Id: PKGBUILD 55457 2011-09-13 00:28:52Z ebelanger $ -# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> - -pkgname=driftnet -pkgver=0.1.6 -pkgrel=5 -pkgdesc="Listens to network traffic and picks out images from TCP streams it observes." -arch=('i686' 'x86_64') -url=('http://www.ex-parrot.com/~chris/driftnet/') -license=('GPL') -depends=('libjpeg' 'libpcap' 'gtk' 'giflib') -makedepends=('imake') -source=(http://www.ex-parrot.com/~chris/driftnet/${pkgname}-${pkgver}.tar.gz) -md5sums=('8e11d77770452f97bb3c23f510489815') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - make LDFLAGS="" -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - install -D -m755 driftnet "${pkgdir}/usr/bin/driftnet" -} |