[arch-commits] Commit in packeth/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Sep 18 19:15:43 UTC 2018


    Date: Tuesday, September 18, 2018 @ 19:15:42
  Author: felixonmars
Revision: 383189

archrelease: copy trunk to community-testing-x86_64

Added:
  packeth/repos/community-testing-x86_64/
  packeth/repos/community-testing-x86_64/PKGBUILD
    (from rev 383188, packeth/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: packeth/repos/community-testing-x86_64/PKGBUILD (from rev 383188, packeth/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-09-18 19:15:42 UTC (rev 383189)
@@ -0,0 +1,25 @@
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Rudy Matela <rudy.matela at gmail.com>
+
+pkgname=packeth
+pkgver=1.9
+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/"
+sha512sums=('f322130a5981412f109555c52f9ae0b1c92e4f2a4c9a0ec2a62abeef368ade1ef08d5152724a6351fd626ef1dee4b5b98a61b250efd2391e4d61976d4ae4c50d')
+arch=('x86_64')
+license=('GPL')
+
+build() {
+  cd "$srcdir"/packETH-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/packETH-$pkgver
+  make install DESTDIR="$pkgdir/"
+}



More information about the arch-commits mailing list