summaryrefslogtreecommitdiff
path: root/cramfs/cramfs_1.1.oe
blob: dcf4e54b6c64f12a8572d9c5a68bffbee36db3c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTION = "base"
SRC_URI = "${SOURCEFORGE_MIRROR}/cramfs/cramfs-1.1.tar.gz"
DEPENDS = "zlib"

do_compile() {
	oe_runmake
}

do_install() {
	install -d ${D}${bindir}
	install mkcramfs ${D}${bindir}
	install cramfsck ${D}${bindir}
}