[arch-commits] Commit in libforensic1394/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Sun Jul 8 21:40:20 UTC 2018


    Date: Sunday, July 8, 2018 @ 21:40:20
  Author: eschwartz
Revision: 355381

upgpkg: libforensic1394 0.2-4

python 3.7 rebuild

Modified:
  libforensic1394/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-08 21:39:51 UTC (rev 355380)
+++ PKGBUILD	2018-07-08 21:40:20 UTC (rev 355381)
@@ -5,7 +5,7 @@
 pkgbase=libforensic1394
 pkgname=('libforensic1394' 'python-libforensic1394' 'python2-libforensic1394')
 pkgver=0.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Library for performing live memory forensics over the IEEE 1394 (FireWire) interface'
 url='https://freddie.witherden.org/tools/libforensic1394/'
 arch=('x86_64')
@@ -19,11 +19,19 @@
 prepare() {
   cd ${pkgbase}-${pkgver}
   mkdir build
+
+  # https://github.com/FreddieWitherden/libforensic1394/issues/2
+  sed -i 's/-Werror //' CMakeLists.txt
 }
 
 build() {
   cd ${pkgbase}-${pkgver}/build
   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+
+  cd ../python
+  python setup.py build
+  python2 setup.py build
 }
 
 package_libforensic1394() {



More information about the arch-commits mailing list