Date: Wednesday, February 1, 2017 @ 13:02:53
  Author: bpiotrowski
Revision: 287875

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  tcpdump/repos/testing-i686/
  tcpdump/repos/testing-i686/PKGBUILD
    (from rev 287874, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/testing-x86_64/
  tcpdump/repos/testing-x86_64/PKGBUILD
    (from rev 287874, tcpdump/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: tcpdump/repos/testing-i686/PKGBUILD (from rev 287874, 
tcpdump/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2017-02-01 13:02:53 UTC (rev 287875)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: dorphell <[email protected]>
+
+pkgname=tcpdump
+pkgver=4.9.0
+pkgrel=1
+pkgdesc="A tool for network monitoring and data acquisition"
+arch=('i686' 'x86_64')
+url="http://www.tcpdump.org";
+license=('BSD')
+depends=('libpcap' 'openssl')
+#source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz{,.sig})
+source=(http://www.tcpdump.org/4.9.0-u82xFZBjZxWv/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D') # The Tcpdump Group
+sha256sums=('eae98121cbb1c9adbedd9a777bf2eae9fa1c1c676424a54740311c8abcee5a5e'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+    --sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir"/usr/bin/tcpdump.$pkgver
+}

Copied: tcpdump/repos/testing-x86_64/PKGBUILD (from rev 287874, 
tcpdump/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2017-02-01 13:02:53 UTC (rev 287875)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: dorphell <[email protected]>
+
+pkgname=tcpdump
+pkgver=4.9.0
+pkgrel=1
+pkgdesc="A tool for network monitoring and data acquisition"
+arch=('i686' 'x86_64')
+url="http://www.tcpdump.org";
+license=('BSD')
+depends=('libpcap' 'openssl')
+#source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz{,.sig})
+source=(http://www.tcpdump.org/4.9.0-u82xFZBjZxWv/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D') # The Tcpdump Group
+sha256sums=('eae98121cbb1c9adbedd9a777bf2eae9fa1c1c676424a54740311c8abcee5a5e'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+    --sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir"/usr/bin/tcpdump.$pkgver
+}

Reply via email to