[arch-commits] Commit in unhide/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Jun 2 18:04:07 UTC 2018


    Date: Saturday, June 2, 2018 @ 18:04:06
  Author: jelle
Revision: 338009

archrelease: copy trunk to community-x86_64

Added:
  unhide/repos/community-x86_64/PKGBUILD
    (from rev 338008, unhide/trunk/PKGBUILD)
Deleted:
  unhide/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-02 18:03:44 UTC (rev 338008)
+++ PKGBUILD	2018-06-02 18:04:06 UTC (rev 338009)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-
-pkgname=unhide
-pkgver=20130526
-pkgrel=1
-pkgdesc='A forensic tool to find processes hidden by rootkits, LKMs or by other techniques.'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/unhide/'
-license=('GPL3')
-depends=('iproute2' 'lsof' 'psmisc' 'net-tools' 'procps-ng')
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-$pkgver.tgz")
-md5sums=('f3d68ed8eb239614abb0ff5ace22cf85')
-
-build() {
-  cd $pkgname-$pkgver
-  cc -Wall -O2 --static -pthread unhide-linux*.c unhide-output.c -o unhide-linux
-  cc -Wall -O2 --static unhide_rb.c -o unhide_rb
-  cc -Wall -O2 --static unhide-posix.c -o unhide-posix
-  cc -Wall -O2 --static unhide-tcp.c unhide-tcp-fast.c unhide-output.c -o unhide-tcp
-}
-
-package() {
-  cd $pkgname-$pkgver
-  for _p in unhide-linux unhide-posix unhide_rb unhide-tcp; do
-    install -Dm0755 "$_p" "$pkgdir/usr/bin/$_p"
-  done
-  ln -s unhide-linux "$pkgdir/usr/bin/unhide"
-  install -Dm0644 man/unhide.8 "$pkgdir/usr/share/man/man8/unhide.8"
-}
-

Copied: unhide/repos/community-x86_64/PKGBUILD (from rev 338008, unhide/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-02 18:04:06 UTC (rev 338009)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+
+pkgname=unhide
+pkgver=20130526
+pkgrel=2
+pkgdesc='A forensic tool to find processes hidden by rootkits, LKMs or by other techniques.'
+arch=('x86_64')
+url='http://sourceforge.net/projects/unhide/'
+license=('GPL3')
+depends=('iproute2' 'lsof' 'psmisc' 'net-tools' 'procps-ng')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-$pkgver.tgz")
+md5sums=('f3d68ed8eb239614abb0ff5ace22cf85')
+
+build() {
+  cd $pkgname-$pkgver
+  cc -Wall -O2 --static -pthread unhide-linux*.c unhide-output.c -o unhide-linux
+  cc -Wall -O2 --static unhide_rb.c -o unhide_rb
+  cc -Wall -O2 --static unhide-posix.c -o unhide-posix
+  cc -Wall -O2 --static unhide-tcp.c unhide-tcp-fast.c unhide-output.c -o unhide-tcp
+}
+
+package() {
+  cd $pkgname-$pkgver
+  for _p in unhide-linux unhide-posix unhide_rb unhide-tcp; do
+    install -Dm0755 "$_p" "$pkgdir/usr/bin/$_p"
+  done
+  ln -s unhide-linux "$pkgdir/usr/bin/unhide"
+  install -Dm0644 man/unhide.8 "$pkgdir/usr/share/man/man8/unhide.8"
+}
+



More information about the arch-commits mailing list