[arch-commits] Commit in libewf/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 17:44:52 UTC 2020
Date: Tuesday, July 7, 2020 @ 17:44:51
Author: felixonmars
Revision: 659850
archrelease: copy trunk to community-staging-x86_64
Added:
libewf/repos/community-staging-x86_64/
libewf/repos/community-staging-x86_64/PKGBUILD
(from rev 659849, libewf/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: libewf/repos/community-staging-x86_64/PKGBUILD (from rev 659849, libewf/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 17:44:51 UTC (rev 659850)
@@ -0,0 +1,30 @@
+# 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=6
+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=(https://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