From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../zisofs-tools/zisofs-tools-native_1.0.8.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb (limited to 'meta/recipes-devtools/zisofs-tools') diff --git a/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb b/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb new file mode 100644 index 0000000000..021c05839c --- /dev/null +++ b/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb @@ -0,0 +1,20 @@ +# zisofs-tools-native OE build file +# Copyright (C) 1989, 1991 Free Software Foundation, Inc. +SUMMARY = "Utilities for creating compressed CD-ROM filesystems" +HOMEPAGE = "http://freecode.com/projects/zisofs-tools" +SECTION = "console/utils" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +DEPENDS = "zlib-native" + +SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/zisofs-tools/zisofs-tools-${PV}.tar.bz2/2d0ed8c9a1f60b45f949b136f9be1f6c/zisofs-tools-${PV}.tar.bz2" + +SRC_URI[md5sum] = "2d0ed8c9a1f60b45f949b136f9be1f6c" +SRC_URI[sha256sum] = "ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3" + +inherit native + +do_install() { + oe_runmake install INSTALLROOT=${D} bindir=${bindir} +} -- cgit v1.2.3-54-g00ecf