summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/zisofs-tools
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/zisofs-tools')
-rw-r--r--meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb19
1 files changed, 19 insertions, 0 deletions
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..1501307cdb
--- /dev/null
+++ b/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb
@@ -0,0 +1,19 @@
1# zisofs-tools-native OE build file
2# Copyright (C) 1989, 1991 Free Software Foundation, Inc.
3SUMMARY = "A set of tools for iso file compression"
4DESCRIPTION = "A set of tools for iso file compression"
5HOMEPAGE = "http://http://freecode.com/projects/zisofs-tools"
6SECTION = "console/utils"
7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
9
10SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/zisofs-tools/zisofs-tools-${PV}.tar.bz2/2d0ed8c9a1f60b45f949b136f9be1f6c/zisofs-tools-${PV}.tar.bz2"
11
12SRC_URI[md5sum] = "2d0ed8c9a1f60b45f949b136f9be1f6c"
13SRC_URI[sha256sum] = "ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3"
14
15inherit native
16
17do_install() {
18 oe_runmake install INSTALLROOT=${D} bindir=${bindir}
19}