summaryrefslogtreecommitdiff
path: root/community/packeth/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/packeth/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/packeth/PKGBUILD')
-rw-r--r--community/packeth/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/packeth/PKGBUILD b/community/packeth/PKGBUILD
deleted file mode 100644
index 7fec455f2..000000000
--- a/community/packeth/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $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.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=('dab613ab413e959cb5c1ef6fd385a041')
-arch=('i686' 'x86_64')
-license=('GPL')
-
-build() {
- cd "$srcdir"/packETH-$pkgver
-
- sed -i 's/^LIBS=/LIBS+=/' Makefile.am
- autoreconf
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir"/packETH-$pkgver
- make install DESTDIR="$pkgdir/"
-}