libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / frotz / frotz_2.43.bb
blobfec0088f0470102ec37f29a62f7f9fc7ed7f2d05
1 LICENSE = "GPL"
2 DESCRIPTION = "Frotz is an interpreter for Infocom games and other Z-machine games."
3 HOMEPAGE = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/"
4 SECTION = "console/games"
5 DEPENDS = "ncurses"
7 SRC_URI = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-${PV}.tar.gz \
8 file://Makefile-${PV}.patch;patch=1 \
9 file://remove_root_restriction.patch;patch=1 "
11 do_configure() {
12 rm -f ${SourceTree}/frotz.conf
15 EXTRA_OEMAKE = "CC='${CC}' INCL='${CFLAGS}' LIB='${LDFLAGS}' PREFIX=${prefix} CONFIG_DIR=${sysconfdir}"
17 do_compile() {
18 oe_runmake frotz
21 do_install() {
22 oe_runmake PREFIX=${D}${prefix} MAN_PREFIX=${D}${mandir} install
25 SRC_URI[md5sum] = "efe51879e012b92bb8d5f4a82e982677"
26 SRC_URI[sha256sum] = "f831eae9182e4a1407a34cb1098a4f5ad5ad6c6632e34eed734b9601a06a764b"