diff options
Diffstat (limited to 'packages/gpe-edit/gpe-edit_0.23.bb')
-rw-r--r-- | packages/gpe-edit/gpe-edit_0.23.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/gpe-edit/gpe-edit_0.23.bb b/packages/gpe-edit/gpe-edit_0.23.bb index e69de29bb2..d416ed96cb 100644 --- a/packages/gpe-edit/gpe-edit_0.23.bb +++ b/packages/gpe-edit/gpe-edit_0.23.bb @@ -0,0 +1,13 @@ +LICENSE = "GPL" +PR = "r1" + +inherit gpe + +DEPENDS = "gtk+ libdisplaymigration libgpewidget" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "gpe" +DESCRIPTION = "Editor for the GPE Palmtop Environment" + +SRC_URI = "${GPE_MIRROR}/gpe-edit-${PV}.tar.gz \ + file://desktop-categories.patch;patch=1" + |