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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Mar 22 18:54:07 UTC 2017


    Date: Wednesday, March 22, 2017 @ 18:54:06
  Author: bpiotrowski
Revision: 218403

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: libewf/repos/community-staging-i686/PKGBUILD (from rev 218402, libewf/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-22 18:54:06 UTC (rev 218403)
@@ -0,0 +1,32 @@
+# $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=4
+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=('fuse2')
+depends=('util-linux' 'zlib' 'bzip2')
+optdepends=('fuse2: to be able to use ewfmount')
+options=('!libtool')
+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
+}

Copied: libewf/repos/community-staging-x86_64/PKGBUILD (from rev 218402, libewf/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-22 18:54:06 UTC (rev 218403)
@@ -0,0 +1,32 @@
+# $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=4
+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=('fuse2')
+depends=('util-linux' 'zlib' 'bzip2')
+optdepends=('fuse2: to be able to use ewfmount')
+options=('!libtool')
+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
+}



More information about the arch-commits mailing list