diff options
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" |