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 | |
parent | 05fe910fe5f4c1e9525abbbb2e919be97d0d21e6 (diff) |
add LICENSE
BKrev: 41955173FshnmjHvgFEUHFucmSUObQ
Diffstat (limited to 'gpe-su')
-rw-r--r-- | gpe-su/gpe-su_0.11.oe | 12 | ||||
-rw-r--r-- | gpe-su/gpe-su_0.14.oe | 10 | ||||
-rw-r--r-- | gpe-su/gpe-su_0.15.oe | 10 | ||||
-rw-r--r-- | gpe-su/gpe-su_0.18.oe | 10 |
4 files changed, 42 insertions, 0 deletions
diff --git a/gpe-su/gpe-su_0.11.oe b/gpe-su/gpe-su_0.11.oe index e69de29bb2..33ee5968af 100644 --- a/gpe-su/gpe-su_0.11.oe +++ b/gpe-su/gpe-su_0.11.oe @@ -0,0 +1,12 @@ +LICENSE = "GPL" + +inherit gpe pkgconfig + +DEPENDS = "libgpewidget" +SECTION = "gpe" + +DESCRIPTION = "GPE Graphical root-shell frontend" + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" + +#FILES_${PN} += " ${datadir}/gpe/pixmaps" diff --git a/gpe-su/gpe-su_0.14.oe b/gpe-su/gpe-su_0.14.oe index e69de29bb2..c8e500b3a9 100644 --- a/gpe-su/gpe-su_0.14.oe +++ b/gpe-su/gpe-su_0.14.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" 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" diff --git a/gpe-su/gpe-su_0.18.oe b/gpe-su/gpe-su_0.18.oe index e69de29bb2..c8e500b3a9 100644 --- a/gpe-su/gpe-su_0.18.oe +++ b/gpe-su/gpe-su_0.18.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" |