[arch-commits] Commit in hivex/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 10:19:44 UTC 2022


    Date: Sunday, May 29, 2022 @ 10:19:44
  Author: felixonmars
Revision: 1214152

archrelease: copy trunk to community-staging-x86_64

Added:
  hivex/repos/community-staging-x86_64/
  hivex/repos/community-staging-x86_64/PKGBUILD
    (from rev 1214149, hivex/trunk/PKGBUILD)

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

Copied: hivex/repos/community-staging-x86_64/PKGBUILD (from rev 1214149, hivex/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-05-29 10:19:44 UTC (rev 1214152)
@@ -0,0 +1,40 @@
+# Maintainer: Robin Broda <coderobe @ archlinux.org>
+# Contributor: Brian Bidulock <bidulock at openss7.org>
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=hivex
+pkgver=1.3.21
+pkgrel=6
+pkgdesc="System for extracting the contents of Windows Registry."
+arch=("x86_64")
+url="http://libguestfs.org"
+license=("LGPL2.1")
+depends=("libxml2" "perl")
+makedepends=("python" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" "perl-test-simple" "ocaml-findlib" "ocaml" "chrpath")
+optdepends=("python: python bindings"
+	    "ruby: ruby bindings"
+	    "ocaml: ocaml bindings")
+source=("http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+sha512sums=('e893d9fa77655540d29ef6657764f701f9cddb33d11b2bfef36ce0c2caebab92b55a32b7e1c99efbab0d53f558a44bf1c4c6f6da13daa37d568ff96d7d28f842'
+            'SKIP')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones <rjones at redhat.com>
+
+build() {
+    cd "$pkgname-$pkgver"
+
+    CFLAGS+=' -ffat-lto-objects' \
+    ./configure \
+	--bindir=/usr/bin \
+	--libdir=/usr/lib \
+	--prefix=/usr \
+	--disable-rpath \
+	--disable-static PYTHON=python
+
+    make
+    chrpath -d perl/blib/arch/auto/Win/Hivex/Hivex.so
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list