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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Oct 16 12:23:39 UTC 2014


    Date: Thursday, October 16, 2014 @ 14:23:38
  Author: jlichtblau
Revision: 120800

archrelease: copy trunk to community-i686

Added:
  libewf/repos/community-i686/PKGBUILD
    (from rev 120799, libewf/trunk/PKGBUILD)
Deleted:
  libewf/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-16 12:19:34 UTC (rev 120799)
+++ PKGBUILD	2014-10-16 12:23:38 UTC (rev 120800)
@@ -1,29 +0,0 @@
-# $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
-}

Copied: libewf/repos/community-i686/PKGBUILD (from rev 120799, libewf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-16 12:23:38 UTC (rev 120800)
@@ -0,0 +1,31 @@
+# $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=3
+pkgdesc="A library for support of the Expert Witness Compression Format (EWF)"
+arch=('i686' 'x86_64')
+url="https://github.com/libyal/libewf/"
+license=('LGPL3')
+makedepends=('fuse')
+depends=('util-linux' 'zlib' 'openssl')
+optdepends=('fuse: to be able to use ewfmount')
+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