]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/uml-utilities/uml-utilities_20040406.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / uml-utilities / uml-utilities_20040406.bb
1 SECTION = "console/utils"
2 DESCRIPTION = "Utilities for User-Mode-Linux"
3 LICENSE = "GPL"
4 DEPENDS = "zlib ncurses readline"
5
6 SRC_URI = "http://mirror.usermodelinux.org/uml/uml_utilities_${PV}.tar.bz2 \
7            file://fix-ldflags.patch;patch=1"
8 S = "${WORKDIR}/tools"
9
10 do_compile() {
11         oe_runmake
12 }
13
14 do_install() {
15         oe_runmake install DESTDIR=${D}
16 }