[arch-commits] Commit in volatility/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Jun 12 19:02:37 UTC 2016


    Date: Sunday, June 12, 2016 @ 21:02:36
  Author: anthraxx
Revision: 179727

archrelease: copy trunk to community-any

Added:
  volatility/repos/community-any/PKGBUILD
    (from rev 179726, volatility/trunk/PKGBUILD)
Deleted:
  volatility/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-12 19:02:29 UTC (rev 179726)
+++ PKGBUILD	2016-06-12 19:02:36 UTC (rev 179727)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Limao Luo <luolimao+AUR at gmail.com>
-# Contributor: Wes Brown <wesbrown18 at gmail.com>
-
-pkgname=volatility
-pkgver=2.5
-pkgrel=2
-pkgdesc="Advanced memory forensics framework"
-url="https://github.com/volatilityfoundation/volatility/wiki"
-arch=('any')
-license=('GPL2')
-depends=('distorm' 'python2-crypto' 'python2-ujson')
-optdepends=(
-  'python2-yara: classify malware support'
-  'python2-pillow: screenshots plugin support'
-  'python2-pytz: timezone conversion support'
-  'ipython2: enhanced volshell support'
-  'python2-libforensic1394: firewire live analysis support'
-  'libraw1394: alternative firewire live analysis support'
-  'python2-openpyxl: Excel xlsx/xlsm files support'
-)
-makedepends=('python2-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/volatilityfoundation/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('137a0727106beb2321f956c53f304ae4ff00397da935d490c595e7b657bdec348cd5ac4472ba9da8c7ce2a1a8559e33535df7b68efb815084217f131cb044632')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e 's/env python$/env python2/g' -i tools/vtype_diff.py
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  python2 setup.py install -O1 --prefix=/usr --root="${pkgdir}"
-  ln -s /usr/bin/vol.py "${pkgdir}/usr/bin/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/${pkgname}"
-  mv "${pkgdir}/usr/tools" "${pkgdir}/usr/share/${pkgname}"
-  mv "${pkgdir}/usr/contrib" "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 644 README.txt "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: volatility/repos/community-any/PKGBUILD (from rev 179726, volatility/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-06-12 19:02:36 UTC (rev 179727)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+# Contributor: Wes Brown <wesbrown18 at gmail.com>
+
+pkgname=volatility
+pkgver=2.5
+pkgrel=3
+pkgdesc="Advanced memory forensics framework"
+url="https://github.com/volatilityfoundation/volatility/wiki"
+arch=('any')
+license=('GPL2')
+depends=('python2-distorm' 'python2-crypto' 'python2-ujson')
+optdepends=(
+  'python2-yara: classify malware support'
+  'python2-pillow: screenshots plugin support'
+  'python2-pytz: timezone conversion support'
+  'ipython2: enhanced volshell support'
+  'python2-libforensic1394: firewire live analysis support'
+  'libraw1394: alternative firewire live analysis support'
+  'python2-openpyxl: Excel xlsx/xlsm files support'
+)
+makedepends=('python2-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/volatilityfoundation/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('137a0727106beb2321f956c53f304ae4ff00397da935d490c595e7b657bdec348cd5ac4472ba9da8c7ce2a1a8559e33535df7b68efb815084217f131cb044632')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's/env python$/env python2/g' -i tools/vtype_diff.py
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py install -O1 --prefix=/usr --root="${pkgdir}"
+  ln -s /usr/bin/vol.py "${pkgdir}/usr/bin/${pkgname}"
+
+  install -d "${pkgdir}/usr/share/${pkgname}"
+  mv "${pkgdir}/usr/tools" "${pkgdir}/usr/share/${pkgname}"
+  mv "${pkgdir}/usr/contrib" "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 README.txt "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list