diff options
Diffstat (limited to 'packages/gpe-su/gpe-su_0.15.bb')
-rw-r--r-- | packages/gpe-su/gpe-su_0.15.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gpe-su/gpe-su_0.15.bb b/packages/gpe-su/gpe-su_0.15.bb index e69de29bb2..c8e500b3a9 100644 --- a/packages/gpe-su/gpe-su_0.15.bb +++ b/packages/gpe-su/gpe-su_0.15.bb @@ -0,0 +1,10 @@ +LICENSE = "GPL" + +inherit gpe pkgconfig + +DEPENDS = "libgpewidget" +SECTION = "gpe" + +DESCRIPTION = "GPE Graphical root-shell frontend" + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" |