diff options
Diffstat (limited to 'recipes/gpe-windowlist')
-rw-r--r-- | recipes/gpe-windowlist/gpe-windowlist_0.1.bb | 14 | ||||
-rw-r--r-- | recipes/gpe-windowlist/gpe-windowlist_svn.bb | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/recipes/gpe-windowlist/gpe-windowlist_0.1.bb b/recipes/gpe-windowlist/gpe-windowlist_0.1.bb new file mode 100644 index 0000000000..e90e4e95e9 --- /dev/null +++ b/recipes/gpe-windowlist/gpe-windowlist_0.1.bb @@ -0,0 +1,14 @@ +DEPENDS = "libgpewidget libgpelaunch gtk+" +SECTION = "gpe" +DESCRIPTION = "GPE windowlist applet" +LICENSE = "GPL" + +PR = "r0" + +GPE_TARBALL_SUFFIX = "bz2" + +inherit autotools gpe + + + + diff --git a/recipes/gpe-windowlist/gpe-windowlist_svn.bb b/recipes/gpe-windowlist/gpe-windowlist_svn.bb new file mode 100644 index 0000000000..2f9d18111e --- /dev/null +++ b/recipes/gpe-windowlist/gpe-windowlist_svn.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "GPE windowlist applet" +SECTION = "gpe" +LICENSE = "GPL" +DEPENDS = "libgpewidget libgpelaunch gtk+" +PV = "0.1+svn${SRCDATE}" +PR = "r1" + +inherit autotools + +SRC_URI = "${GPE_EXTRA_SVN}" + +S = "${WORKDIR}/${PN}" + +DEFAULT_PREFERENCE = "-1" |