[arch-commits] Commit in (libewf libewf/repos libewf/trunk libewf/trunk/PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Sep 8 18:01:09 UTC 2014


    Date: Monday, September 8, 2014 @ 20:01:08
  Author: jlichtblau
Revision: 118681

new sleuthkit dep, 23 votes in AUR

Added:
  libewf/
  libewf/repos/
  libewf/trunk/
  libewf/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Added: libewf/trunk/PKGBUILD
===================================================================
--- libewf/trunk/PKGBUILD	                        (rev 0)
+++ libewf/trunk/PKGBUILD	2014-09-08 18:01:08 UTC (rev 118681)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: kfgz <kfgz at interia pl>
+# Contributor: Adam Wolk <netprobe at gmail dot com>
+
+pkgname=libewf
+pkgver=20140608
+pkgrel=2
+pkgdesc="A library for support of the Expert Witness Compression Format (EWF)"
+arch=('i686' 'x86_64')
+url="https://code.google.com/p/libewf/"
+license=('LGPL3')
+depends=('util-linux-ng' 'zlib' 'openssl')
+options=('!libtool')
+source=(https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/$pkgname-$pkgver.tar.gz)
+sha256sums=('d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: libewf/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list