summaryrefslogtreecommitdiffstats
path: root/recipes-forensic
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-02-08 19:59:47 -0800
committerArmin Kuster <akuster808@gmail.com>2015-02-13 17:28:22 -0800
commit3e12ea17ffea5d9ce39fddd90ec75927ba4e4d3d (patch)
tree475ae51a77d710a366e5b09d9fa8fb7f5aacfd60 /recipes-forensic
parent1d03df0ddcd0d83bfb49aae76b48fa9247332c75 (diff)
downloadmeta-security-3e12ea17ffea5d9ce39fddd90ec75927ba4e4d3d.tar.gz
libewf: add package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-forensic')
-rw-r--r--recipes-forensic/libewf/libewf_20130416.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-forensic/libewf/libewf_20130416.bb b/recipes-forensic/libewf/libewf_20130416.bb
new file mode 100644
index 0000000..c070b80
--- /dev/null
+++ b/recipes-forensic/libewf/libewf_20130416.bb
@@ -0,0 +1,26 @@
1SUMMARY = "library with support for Expert Witness Compression Format"
2LICENSE = "LGPLv3+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=58c39b26c0549f8e1bb4122173f474cd"
4
5DEPENDS = "virtual/gettext libtool"
6
7SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/universe/libe/${BPN}/${BPN}_${PV}.orig.tar.gz;name=orig \
8 http://archive.ubuntu.com/ubuntu/pool/universe/libe/${BPN}/${BPN}_${PV}-3.debian.tar.gz;name=dpatch \
9 "
10SRC_URI[orig.md5sum] = "3791d6de5910a0f6b4427cdf1e6bc663"
11SRC_URI[orig.sha256sum] = "e0f14071665b24a8077a24f4cafbf092ad5ac1859f49994dc4e843e747ba7a89"
12SRC_URI[dpatch.md5sum] = "57fb17b34344f741b52dff3ae11fbbd6"
13SRC_URI[dpatch.sha256sum] = "988ee0a94f01d452cd227ed5c55401e7674dc6fa41da8358a6ad68e67175a5cc"
14
15inherit autotools-brokensep pkgconfig
16
17PACKAGECONFIG ??= "zlib ssl bz2"
18PACKAGECONFIG[zlib] = "--with-zlib, --without-zlib, zlib, zlib"
19PACKAGECONFIG[bz2] = "--with-bzip2, --without-bzip2, bzip2, bzip2"
20PACKAGECONFIG[ssl] = "--with-openssl, --without-openssl, openssl, openssl"
21PACKAGECONFIG[fuse] = "--with-libfuse, --without-libfuse, fuse"
22PACKAGECONFIG[python] = "--enable-python, --disable-python, python"
23
24EXTRA_OECONF += "--with-gnu-ld --disable-rpath"
25
26RDEPENDS_${PN} += " util-linux-libuuid"