[arch-commits] Commit in sleuthkit/trunk (PKGBUILD sleuthkit.changelog)

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Sep 9 07:37:05 UTC 2014


    Date: Tuesday, September 9, 2014 @ 09:37:05
  Author: jlichtblau
Revision: 118697

libewf support added: sleuthkit 4.1.3-2

Modified:
  sleuthkit/trunk/PKGBUILD
  sleuthkit/trunk/sleuthkit.changelog

---------------------+
 PKGBUILD            |   14 ++++++++------
 sleuthkit.changelog |    3 +++
 2 files changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-09 06:59:16 UTC (rev 118696)
+++ PKGBUILD	2014-09-09 07:37:05 UTC (rev 118697)
@@ -4,12 +4,14 @@
 
 pkgname=sleuthkit
 pkgver=4.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='File system and media management forensic analysis tools'
 arch=('i686' 'x86_64')
-url='http://www.sleuthkit.org/sleuthkit'
+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')
@@ -24,9 +26,9 @@
 package() {
   cd ${pkgname}-${pkgver}
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 
-  # licenses
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -Dm0644 licenses/* ${pkgdir}/usr/share/licenses/${pkgname}
+#licenses
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
 }

Modified: sleuthkit.changelog
===================================================================
--- sleuthkit.changelog	2014-09-09 06:59:16 UTC (rev 118696)
+++ sleuthkit.changelog	2014-09-09 07:37:05 UTC (rev 118697)
@@ -1,3 +1,6 @@
+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
 




More information about the arch-commits mailing list