summaryrefslogtreecommitdiff
path: root/community/driftnet
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/driftnet
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/driftnet')
-rw-r--r--community/driftnet/PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/community/driftnet/PKGBUILD b/community/driftnet/PKGBUILD
new file mode 100644
index 000000000..d7fb5fce2
--- /dev/null
+++ b/community/driftnet/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Geoffroy Carrier <geoffroy.carrier@koon.fr>
+pkgname=driftnet
+pkgver=0.1.6
+pkgrel=4
+pkgdesc="Listens to network traffic and picks out images from TCP streams it observes."
+url=('http://www.ex-parrot.com/~chris/driftnet/')
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libjpeg' 'libpcap' 'gtk' 'giflib')
+makedepends=('imake')
+source=(http://www.ex-parrot.com/~chris/driftnet/$pkgname-$pkgver.tar.gz)
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR=$pkgdir LDFLAGS="" || return 1
+ install -D -m755 $pkgname "$pkgdir/usr/bin/$pkgname"
+}
+md5sums=('8e11d77770452f97bb3c23f510489815')