summaryrefslogtreecommitdiff
path: root/community/packeth
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-04 01:23:34 -0700
committerroot <root@rshg054.dnsready.net>2012-10-04 01:23:34 -0700
commitc3ff6b4da8966c22dcbf0f5d8a957b875242789f (patch)
tree73064dc985b6d59695639dfb6d4ae4ba99395cc5 /community/packeth
parent1350233b6dc1924ba29a42462447995f26dae0dc (diff)
Thu Oct 4 01:23:34 PDT 2012
Diffstat (limited to 'community/packeth')
-rw-r--r--community/packeth/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/community/packeth/PKGBUILD b/community/packeth/PKGBUILD
index 041f3f71b..7fec455f2 100644
--- a/community/packeth/PKGBUILD
+++ b/community/packeth/PKGBUILD
@@ -1,25 +1,28 @@
-# $Id: PKGBUILD 68633 2012-03-30 15:24:47Z tredaelli $
+# $Id: PKGBUILD 77004 2012-10-03 15:04:34Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Rudy Matela <rudy.matela@gmail.com>
pkgname=packeth
-pkgver=1.7.1
+pkgver=1.7.2
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')
+md5sums=('dab613ab413e959cb5c1ef6fd385a041')
arch=('i686' 'x86_64')
license=('GPL')
build() {
- cd "$srcdir"/packETH-1.7
+ cd "$srcdir"/packETH-$pkgver
+
+ sed -i 's/^LIBS=/LIBS+=/' Makefile.am
+ autoreconf
./configure --prefix=/usr
make
}
package() {
- cd "$srcdir"/packETH-1.7
+ cd "$srcdir"/packETH-$pkgver
make install DESTDIR="$pkgdir/"
}