[arch-commits] Commit in hivex/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Robin Broda coderobe at archlinux.org
Sun Mar 21 06:09:14 UTC 2021


    Date: Sunday, March 21, 2021 @ 06:09:14
  Author: coderobe
Revision: 896986

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-21 06:09:01 UTC (rev 896985)
+++ PKGBUILD	2021-03-21 06:09:14 UTC (rev 896986)
@@ -1,50 +0,0 @@
-# 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.19
-pkgrel=2
-pkgdesc="System for extracting the contents of Windows Registry."
-arch=("x86_64")
-url="http://libguestfs.org"
-license=("LGPL2.1")
-depends=("libxml2" "perl")
-makedepends=("python2" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" "perl-test-simple" "ocaml-findlib" "ocaml" "chrpath")
-optdepends=("python2: python bindings"
-	    "ruby: ruby bindings"
-	    "ocaml: ocaml bindings")
-source=("http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-sha512sums=('dc271349c6efa7b55ba144617e57fe4e7ce855ec1f4ef9f84ee86eeefd3a34cb6b26078786e1568f3008b922a31b758ff2c2734e599b67e0e210aa72e9f41177'
-            'SKIP')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones <rjones at redhat.com>
-
-build() {
-    cd "$pkgname-$pkgver"
-
-    ./configure \
-	--bindir=/usr/bin \
-	--libdir=/usr/lib \
-	--prefix=/usr \
-	--disable-rpath \
-	--disable-static PYTHON=python2
-
-    make
-    chrpath -d perl/blib/arch/auto/Win/Hivex/Hivex.so
-}
-
-_perl_depends() {
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
-	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
-	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-    _perl_depends
-}

Copied: hivex/repos/community-staging-x86_64/PKGBUILD (from rev 896985, hivex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-21 06:09:14 UTC (rev 896986)
@@ -0,0 +1,50 @@
+# 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.19
+pkgrel=4
+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=('dc271349c6efa7b55ba144617e57fe4e7ce855ec1f4ef9f84ee86eeefd3a34cb6b26078786e1568f3008b922a31b758ff2c2734e599b67e0e210aa72e9f41177'
+            'SKIP')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones <rjones at redhat.com>
+
+build() {
+    cd "$pkgname-$pkgver"
+
+    ./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
+}
+
+_perl_depends() {
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
+	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+    _perl_depends
+}



More information about the arch-commits mailing list