summaryrefslogtreecommitdiff
path: root/community/packeth
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-01 00:01:56 +0000
committerroot <root@rshg054.dnsready.net>2012-04-01 00:01:56 +0000
commit939efb693a8b362edc0c6ccba62c5ce54fb501af (patch)
tree0aac5505f763d7331e27a11c0f843b9c6623195a /community/packeth
parent977b78df305a06797773799a7295f2a5f3f013cf (diff)
Sun Apr 1 00:01:56 UTC 2012
Diffstat (limited to 'community/packeth')
-rw-r--r--community/packeth/PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/community/packeth/PKGBUILD b/community/packeth/PKGBUILD
new file mode 100644
index 000000000..041f3f71b
--- /dev/null
+++ b/community/packeth/PKGBUILD
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 68633 2012-03-30 15:24:47Z tredaelli $
+# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
+# Contributor: Rudy Matela <rudy.matela@gmail.com>
+
+pkgname=packeth
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="A Linux GUI packet generator tool for ethernet."
+depends=(gtk2)
+source=("http://downloads.sourceforge.net/packeth/packETH-$pkgver.tar.bz2")
+url="http://packeth.sourceforge.net/"
+md5sums=('38403ec01072f13ba7f0145abf15b12d')
+arch=('i686' 'x86_64')
+license=('GPL')
+
+build() {
+ cd "$srcdir"/packETH-1.7
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir"/packETH-1.7
+ make install DESTDIR="$pkgdir/"
+}