blob: eb9a54feabf41e819cdd93845a1ee13815e7860f (
plain)
1
2
3
4
5
6
7
8
9
10
|
DEPENDS = "virtual/libc gtk+ libdisplaymigration libgpewidget"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SECTION = "gpe"
DESCRIPTION = "Editor for the GPE Palmtop Environment"
SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/gpe-edit-${PV}.tar.gz
do_install() {
oe_runmake 'DESTDIR=${D}' install
}
|