Date: Friday, November 9, 2018 @ 22:55:14
  Author: foutrelis
Revision: 405127

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: libewf/repos/community-staging-x86_64/PKGBUILD (from rev 405126, 
libewf/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-09 22:55:14 UTC (rev 405127)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
+# Contributor: kfgz <kfgz at interia pl>
+# Contributor: Adam Wolk <netprobe at gmail dot com>
+
+pkgname=libewf
+pkgver=20140608
+pkgrel=5
+pkgdesc="A library for support of the Expert Witness Compression Format (EWF)"
+arch=('x86_64')
+url="https://github.com/libyal/libewf/";
+license=('LGPL3')
+makedepends=('fuse2')
+depends=('util-linux' 'zlib' 'bzip2')
+optdepends=('fuse2: to be able to use ewfmount')
+source=(http://pkgs.fedoraproject.org/repo/pkgs/libewf/libewf-20140608.tar.gz/fdf615f23937fad8e02b60b9e3e5fb35/libewf-20140608.tar.gz)
+sha256sums=('d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  CPPFLAGS="$CPPFLAGS -std=gnu89"
+  ./configure --prefix=/usr --sysconfdir=/etc --without-openssl
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to