[arch-commits] Commit in unhide/repos (4 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Thu May 30 23:43:09 UTC 2013


    Date: Friday, May 31, 2013 @ 01:43:09
  Author: seblu
Revision: 92031

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

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

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   31 ----------------------
 community-x86_64/PKGBUILD |   31 ----------------------
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-30 23:42:59 UTC (rev 92030)
+++ community-i686/PKGBUILD	2013-05-30 23:43:09 UTC (rev 92031)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-
-pkgname=unhide
-pkgver=20110113
-pkgrel=3
-pkgdesc='A forensic tool to find processes hidden by rootkits, LKMs or by other techniques.'
-arch=('i686' 'x86_64')
-url='http://www.unhide-forensics.info/'
-license=('GPL3')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tgz")
-md5sums=('0dff8ee5029615f1f81db96dcf6758f7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cc -Os -static unhide.c -o unhide-posix
-  cc -Os -static -pthread unhide-linux26.c -o unhide-linux26
-  cc -Os -static unhide-tcp.c -o unhide-tcp
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -Dm0755 unhide-posix "${pkgdir}/usr/sbin/unhide-posix"
-  install -Dm0755 unhide-linux26 "${pkgdir}/usr/sbin/unhide-linux26"
-  install -Dm0755 unhide-tcp "${pkgdir}/usr/sbin/unhide-tcp"
-  ln -fs ./unhide-linux26 "${pkgdir}/usr/sbin/unhide"
-  install -Dm0644 man/unhide.8 "${pkgdir}/usr/share/man/man8/unhide.8"
-}
-

Copied: unhide/repos/community-i686/PKGBUILD (from rev 92030, unhide/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-30 23:43:09 UTC (rev 92031)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+
+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"
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-30 23:42:59 UTC (rev 92030)
+++ community-x86_64/PKGBUILD	2013-05-30 23:43:09 UTC (rev 92031)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-
-pkgname=unhide
-pkgver=20110113
-pkgrel=3
-pkgdesc='A forensic tool to find processes hidden by rootkits, LKMs or by other techniques.'
-arch=('i686' 'x86_64')
-url='http://www.unhide-forensics.info/'
-license=('GPL3')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tgz")
-md5sums=('0dff8ee5029615f1f81db96dcf6758f7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cc -Os -static unhide.c -o unhide-posix
-  cc -Os -static -pthread unhide-linux26.c -o unhide-linux26
-  cc -Os -static unhide-tcp.c -o unhide-tcp
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -Dm0755 unhide-posix "${pkgdir}/usr/sbin/unhide-posix"
-  install -Dm0755 unhide-linux26 "${pkgdir}/usr/sbin/unhide-linux26"
-  install -Dm0755 unhide-tcp "${pkgdir}/usr/sbin/unhide-tcp"
-  ln -fs ./unhide-linux26 "${pkgdir}/usr/sbin/unhide"
-  install -Dm0644 man/unhide.8 "${pkgdir}/usr/share/man/man8/unhide.8"
-}
-

Copied: unhide/repos/community-x86_64/PKGBUILD (from rev 92030, unhide/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-30 23:43:09 UTC (rev 92031)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+
+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"
+}
+




More information about the arch-commits mailing list