summaryrefslogtreecommitdiffstats
path: root/recipes-forensic/afflib/afflib_3.6.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-forensic/afflib/afflib_3.6.6.bb')
-rw-r--r--recipes-forensic/afflib/afflib_3.6.6.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-forensic/afflib/afflib_3.6.6.bb b/recipes-forensic/afflib/afflib_3.6.6.bb
deleted file mode 100644
index a826d1d..0000000
--- a/recipes-forensic/afflib/afflib_3.6.6.bb
+++ /dev/null
@@ -1,30 +0,0 @@
1SUMMARY = "The Advanced Forensic Format (AFF) is on-disk format for storing computer forensic information."
2HOMEPAGE = "http://www.afflib.org/"
3LICENSE = " BSD-4-Clause & CPL-1.0"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d1b2c6d0d6908f45d143ef6380727828"
5
6DEPENDS = " zlib ncurses readline openssl libgcrypt"
7
8SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/universe/a/${BPN}/${BPN}_${PV}.orig.tar.gz;name=orig \
9 http://archive.ubuntu.com/ubuntu/pool/universe/a/${BPN}/${BPN}_${PV}-1.1.diff.gz;name=dpatch \
10 file://configure_rm_ms_flags.patch \
11 "
12
13SRC_URI[orig.md5sum] = "b7ff4d2945882018eb1536cad182ad01"
14SRC_URI[orig.sha256sum] = "19cacfd558dc00e11975e820e3c4383b52aabbd5ca081d27bb7994a035d2f4ad"
15SRC_URI[dpatch.md5sum] = "171e871024545b487589e6c85290576f"
16SRC_URI[dpatch.sha256sum] = "db632e254ee51a1e4328cd4449d414eff4795053d4e36bfa8e0020fcb4085cdd"
17
18inherit autotools-brokensep pkgconfig
19
20CPPFLAGS = "-I${STAGING_INCDIR}"
21LDFLAGS = "-L${STAGING_LIBDIR}"
22
23PACKAGECONFIG ??= ""
24PACKAGECONFIG[curl] = "--with-curl=${STAGING_LIBDIR}, --without-curl, curl"
25PACKAGECONFIG[expat] = "--with-expat=${STAGING_LIBDIR}, --without-expat, expat"
26PACKAGECONFIG[fuse] = "--enable-fuse=yes, --enable-fuse=no, fuse"
27PACKAGECONFIG[python] = "--enable-python=yes, --enable-python=no, python"
28
29EXTRA_OECONF += "--enable-s3=no CPPFLAGS=-I${STAGING_INCDIR} LDFLAGS=-L${STAGING_LIBDIR}"
30EXTRA_OEMAKE += "CPPFLAGS='${CPPFLAGS}' LDFLAGS='-L${STAGING_LIBDIR} -I${STAGING_INCDIR}'"