summaryrefslogtreecommitdiff
path: root/community/sleuthkit
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-23 22:47:30 +0000
committerroot <root@rshg047.dnsready.net>2011-05-23 22:47:30 +0000
commit87e20a64534e8f58ca4a4f84000b629e48569a98 (patch)
tree8c4b498a38d72459c7bc88bc02719b4849159d0f /community/sleuthkit
parent3837a11a2a471b9db222d8eb6ed7d2fb9d1778c6 (diff)
Mon May 23 22:47:30 UTC 2011
Diffstat (limited to 'community/sleuthkit')
-rw-r--r--community/sleuthkit/PKGBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/community/sleuthkit/PKGBUILD b/community/sleuthkit/PKGBUILD
index cf86c3ac8..acb31c73b 100644
--- a/community/sleuthkit/PKGBUILD
+++ b/community/sleuthkit/PKGBUILD
@@ -1,32 +1,32 @@
-# $Id: PKGBUILD 32586 2010-11-15 00:28:04Z lfleischer $
+# $Id: PKGBUILD 47379 2011-05-22 09:59:29Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=sleuthkit
-pkgver=3.2.0
+pkgver=3.2.1
pkgrel=1
-pkgdesc='File system and media management forensic analysis tools.'
+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')
options=('!libtool')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('05517963942aa92be77c05ca1c47f0de')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('e0f257d2c6856dc1c1cd2a704c6cb8906ca688f0cdbb1d0665fd7a5a2f83ad37')
build() {
- cd "${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
./configure --without-afflib --without-ewf --prefix=/usr
make LDFLAGS+="-lpthread -ldl"
}
package() {
- cd "${pkgname}-${pkgver}"
+ 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}
}