diff options
Diffstat (limited to 'recipes/gpe-edit/gpe-edit_svn.bb')
-rw-r--r-- | recipes/gpe-edit/gpe-edit_svn.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gpe-edit/gpe-edit_svn.bb b/recipes/gpe-edit/gpe-edit_svn.bb new file mode 100644 index 0000000000..780294bd13 --- /dev/null +++ b/recipes/gpe-edit/gpe-edit_svn.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Editor for the GPE Palmtop Environment" +SECTION = "gpe" +LICENSE = "GPL" +DEPENDS = "gtk+ libgpewidget" + +inherit gpe autotools + +SRC_URI = "${GPE_SVN}" + +S = "${WORKDIR}/${PN}" + +DEFAULT_PREFERENCE = "-1" |