[arch-commits] Commit in libewf/repos (2 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Sep 8 18:04:52 UTC 2014


    Date: Monday, September 8, 2014 @ 20:04:52
  Author: jlichtblau
Revision: 118682

archrelease: copy trunk to community-staging-x86_64

Added:
  libewf/repos/community-staging-x86_64/
  libewf/repos/community-staging-x86_64/PKGBUILD
    (from rev 118681, libewf/trunk/PKGBUILD)

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

Copied: libewf/repos/community-staging-x86_64/PKGBUILD (from rev 118681, libewf/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-09-08 18:04:52 UTC (rev 118682)
@@ -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
+}




More information about the arch-commits mailing list