Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rasmus Thomsen
aports
Commits
67129551
Commit
67129551
authored
Jul 13, 2016
by
Francesco Colista
Browse files
testing/hivex: upgrade to 1.3.13
parent
aa284322
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing/hivex/APKBUILD
0 → 100644
View file @
67129551
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
hivex
pkgver
=
1.3.13
pkgrel
=
0
pkgdesc
=
"System for extracting the contents of Windows Registry."
url
=
"http://libguestfs.org"
arch
=
"all"
license
=
"LGPL2.1"
depends
=
""
makedepends
=
"python-dev libxml2-dev readline-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"http://libguestfs.org/download/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
./configure
\
--bindir
=
/usr/bin
\
--libdir
=
/usr/lib
\
--prefix
=
/usr
\
--disable-rpath
\
--disable-static
make
||
return
1
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"a4c9cb138c0cb839759c54b59e52793f hivex-1.3.13.tar.gz"
sha256sums
=
"315bc304725309dc3cc844d1d1524055530fd18a1673fe3b95ef7892d0305591 hivex-1.3.13.tar.gz"
sha512sums
=
"5a045e90cbfc63f2fe317d04ef4dbfcd533968e3c635e8fa709fc58beabf442d7c3a7d2144995896dc221c454924c959ab9ccfa51454599dec0f7b26f955c072 hivex-1.3.13.tar.gz"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment