[arch-commits] Commit in libewf/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Thu Oct 16 12:17:20 UTC 2014
Date: Thursday, October 16, 2014 @ 14:17:20
Author: jlichtblau
Revision: 120798
archrelease: copy trunk to community-x86_64
Added:
libewf/repos/community-x86_64/PKGBUILD
(from rev 120797, libewf/trunk/PKGBUILD)
Deleted:
libewf/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 +++++++++++++++++++++++++++++++-----------------------------
1 file changed, 31 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-16 12:16:59 UTC (rev 120797)
+++ PKGBUILD 2014-10-16 12:17:20 UTC (rev 120798)
@@ -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-x86_64/PKGBUILD (from rev 120797, libewf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-10-16 12:17:20 UTC (rev 120798)
@@ -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