diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-13 00:12:35 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-13 00:12:35 +0000 |
commit | 87cb233a452754f233e37ebf11d401cc3a765b1f (patch) | |
tree | 949cfe8f14cc10523dead5522041366b951b1961 /gpe-su/gpe-su_0.15.oe | |
parent | 05fe910fe5f4c1e9525abbbb2e919be97d0d21e6 (diff) |
add LICENSE
BKrev: 41955173FshnmjHvgFEUHFucmSUObQ
Diffstat (limited to 'gpe-su/gpe-su_0.15.oe')
-rw-r--r-- | gpe-su/gpe-su_0.15.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gpe-su/gpe-su_0.15.oe b/gpe-su/gpe-su_0.15.oe index e69de29bb2..c8e500b3a9 100644 --- a/gpe-su/gpe-su_0.15.oe +++ b/gpe-su/gpe-su_0.15.oe @@ -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" |