diff options
Diffstat (limited to 'recipes/gpe-buttonbox/gpe-buttonbox_0.5.bb')
-rw-r--r-- | recipes/gpe-buttonbox/gpe-buttonbox_0.5.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gpe-buttonbox/gpe-buttonbox_0.5.bb b/recipes/gpe-buttonbox/gpe-buttonbox_0.5.bb new file mode 100644 index 0000000000..08ef7af2d7 --- /dev/null +++ b/recipes/gpe-buttonbox/gpe-buttonbox_0.5.bb @@ -0,0 +1,10 @@ +LICENSE = "GPL" +DESCRIPTION = "Buttonbox for gpe" + +DEPENDS = "libgpewidget libgpelaunch" + +GPE_TARBALL_SUFFIX= "bz2" +inherit gpe autotools + +FILES_${PN} += "${datadir}/gpe" + |