diff options
| author | Armin Kuster <akuster808@gmail.com> | 2015-02-08 19:59:47 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2015-02-13 17:28:22 -0800 |
| commit | 3e12ea17ffea5d9ce39fddd90ec75927ba4e4d3d (patch) | |
| tree | 475ae51a77d710a366e5b09d9fa8fb7f5aacfd60 | |
| parent | 1d03df0ddcd0d83bfb49aae76b48fa9247332c75 (diff) | |
| download | meta-security-3e12ea17ffea5d9ce39fddd90ec75927ba4e4d3d.tar.gz | |
libewf: add package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-forensic/libewf/libewf_20130416.bb | 26 |
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 @@ | |||
| 1 | SUMMARY = "library with support for Expert Witness Compression Format" | ||
| 2 | LICENSE = "LGPLv3+" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=58c39b26c0549f8e1bb4122173f474cd" | ||
| 4 | |||
| 5 | DEPENDS = "virtual/gettext libtool" | ||
| 6 | |||
| 7 | SRC_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 | " | ||
| 10 | SRC_URI[orig.md5sum] = "3791d6de5910a0f6b4427cdf1e6bc663" | ||
| 11 | SRC_URI[orig.sha256sum] = "e0f14071665b24a8077a24f4cafbf092ad5ac1859f49994dc4e843e747ba7a89" | ||
| 12 | SRC_URI[dpatch.md5sum] = "57fb17b34344f741b52dff3ae11fbbd6" | ||
| 13 | SRC_URI[dpatch.sha256sum] = "988ee0a94f01d452cd227ed5c55401e7674dc6fa41da8358a6ad68e67175a5cc" | ||
| 14 | |||
| 15 | inherit autotools-brokensep pkgconfig | ||
| 16 | |||
| 17 | PACKAGECONFIG ??= "zlib ssl bz2" | ||
| 18 | PACKAGECONFIG[zlib] = "--with-zlib, --without-zlib, zlib, zlib" | ||
| 19 | PACKAGECONFIG[bz2] = "--with-bzip2, --without-bzip2, bzip2, bzip2" | ||
| 20 | PACKAGECONFIG[ssl] = "--with-openssl, --without-openssl, openssl, openssl" | ||
| 21 | PACKAGECONFIG[fuse] = "--with-libfuse, --without-libfuse, fuse" | ||
| 22 | PACKAGECONFIG[python] = "--enable-python, --disable-python, python" | ||
| 23 | |||
| 24 | EXTRA_OECONF += "--with-gnu-ld --disable-rpath" | ||
| 25 | |||
| 26 | RDEPENDS_${PN} += " util-linux-libuuid" | ||
