blob: 021c05839c0da9b120388569e935d717f9cc7ae6 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# zisofs-tools-native OE build file
2# Copyright (C) 1989, 1991 Free Software Foundation, Inc.
3SUMMARY = "Utilities for creating compressed CD-ROM filesystems"
4HOMEPAGE = "http://freecode.com/projects/zisofs-tools"
5SECTION = "console/utils"
6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
8
9DEPENDS = "zlib-native"
10
11SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/zisofs-tools/zisofs-tools-${PV}.tar.bz2/2d0ed8c9a1f60b45f949b136f9be1f6c/zisofs-tools-${PV}.tar.bz2"
12
13SRC_URI[md5sum] = "2d0ed8c9a1f60b45f949b136f9be1f6c"
14SRC_URI[sha256sum] = "ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3"
15
16inherit native
17
18do_install() {
19 oe_runmake install INSTALLROOT=${D} bindir=${bindir}
20}