[arch-commits] Commit in sleuthkit/repos (3 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Sep 9 08:11:07 UTC 2014


    Date: Tuesday, September 9, 2014 @ 10:11:06
  Author: jlichtblau
Revision: 118699

archrelease: copy trunk to community-staging-i686

Added:
  sleuthkit/repos/community-staging-i686/
  sleuthkit/repos/community-staging-i686/PKGBUILD
    (from rev 118698, sleuthkit/trunk/PKGBUILD)
  sleuthkit/repos/community-staging-i686/sleuthkit.changelog
    (from rev 118698, sleuthkit/trunk/sleuthkit.changelog)

---------------------+
 PKGBUILD            |   34 ++++++++++++++++++++++++++++++++++
 sleuthkit.changelog |   20 ++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: sleuthkit/repos/community-staging-i686/PKGBUILD (from rev 118698, sleuthkit/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-09-09 08:11:06 UTC (rev 118699)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+
+pkgname=sleuthkit
+pkgver=4.1.3
+pkgrel=2
+pkgdesc='File system and media management forensic analysis tools'
+arch=('i686' 'x86_64')
+url="http://www.sleuthkit.org/sleuthkit"
+license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
+depends=('perl')
+makedepends=('libewf')
+optdepends=('libewf: support of the Expert Witness Compression Format')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('67f9d2a31a8884d58698d6122fc1a1bfa9bf238582bde2b49228ec9b899f0327')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+#licenses
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Copied: sleuthkit/repos/community-staging-i686/sleuthkit.changelog (from rev 118698, sleuthkit/trunk/sleuthkit.changelog)
===================================================================
--- community-staging-i686/sleuthkit.changelog	                        (rev 0)
+++ community-staging-i686/sleuthkit.changelog	2014-09-09 08:11:06 UTC (rev 118699)
@@ -0,0 +1,20 @@
+2014-09-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* sleuthkit 4.1.3-2 added libewf support on request from ArchAssault
+
+2014-02-06 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* sleuthkit 4.1.3-1
+
+2013-12-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* sleuthkit 4.1.2-2 static library removed
+
+2013-10-13 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* sleuthkit 4.1.2-1
+
+2013-03-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* sleuthkit 4.0.2-1
+
+2013-01-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* sleuthkit 4.0.1-1
+
+2011-10-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* sleuthkit 3.2.3-1




More information about the arch-commits mailing list