mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 23:01:35 +01:00
32 lines
988 B
Plaintext
32 lines
988 B
Plaintext
# Contributor: Francesco Colista <francesco.colista@gmail.com>
|
|
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
|
|
pkgname=volatility
|
|
pkgver=2.1
|
|
pkgrel=0
|
|
pkgdesc="Volatile memory forensics toolkit"
|
|
url="https://www.volatilesystems.com/default/volatility"
|
|
arch="noarch"
|
|
license="GPL2"
|
|
depends="py-crypto"
|
|
depends_dev=""
|
|
makedepends="$depends_dev py-setuptools"
|
|
install=""
|
|
subpackages=""
|
|
source="http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz"
|
|
_builddir="$srcdir"/$pkgname-$pkgver
|
|
|
|
build ()
|
|
{
|
|
cd "$_builddir"
|
|
python setup.py build || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$_builddir"
|
|
python setup.py install --root "$pkgdir" || return 1
|
|
}
|
|
|
|
md5sums="f4fb70fed999377583346417f53f1bff volatility-2.1.tar.gz"
|
|
sha256sums="988d9654923e85ee8824d8e5c159fdd420c35063d6a218a726e47e61b25729f9 volatility-2.1.tar.gz"
|
|
sha512sums="54f6d09498dac969af3895ebdb9714f8ea03ff1b1e48a0a0d91eee073d6911dcc209693eea989023307b1f799371587fd6d6938d49d6cddf92c7a6e5fe16937b volatility-2.1.tar.gz"
|