update all the packages, remove some unneeded ones

This commit is contained in:
moparisthebest
2018-06-01 08:08:14 -04:00
parent 1ac473c02c
commit 9fce20fc6d
142 changed files with 2965 additions and 1333 deletions

View File

@@ -2,24 +2,25 @@
# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
pkgname=hivex
pkgver=1.3.14
pkgrel=3
pkgver=1.3.15
pkgrel=2
pkgdesc="System for extracting the contents of Windows Registry."
arch=("i686" "x86_64")
url="http://libguestfs.org"
license=("LGPL2.1")
depends=("libxml2" "perl")
makedepends=("python2" "ruby" "perl-io-stringy" "perl-test-simple" "ocaml-findlib" "ocaml")
makedepends=("python2" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" "perl-test-simple" "ocaml-findlib" "ocaml")
optdepends=("python2: for python bindings"
"ruby: for ruby bindings"
"ocaml: for ocaml bindings")
options=("!emptydirs" "!libtool")
source=("http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('9fb5ed4525d30a84b216a05150be1558')
md5sums=('7ba11dd842cf8dae9adeace6d3e58efc')
build() {
cd $pkgname-$pkgver
unset PREFIX
unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
./configure \
--bindir=/usr/bin \
--libdir=/usr/lib \