diff options
author | Philippe De Swert <philippedeswert@scarlet.be> | 2007-04-07 16:51:13 +0000 |
---|---|---|
committer | Philippe De Swert <philippedeswert@scarlet.be> | 2007-04-07 16:51:13 +0000 |
commit | 919b68db7ce1b2609cb439e0317c194d2937fcf0 (patch) | |
tree | a50b74e543b6776d8f5e419db38bafabde140e70 /packages/gpe-buttonbox/gpe-buttonbox_svn.bb | |
parent | 9d1e59bff52f47828ddf415ba9b7c081edb036d5 (diff) |
packages/gpe-buttonbox/gpe-buttonbox_cvs.bb
* removed obsolete cvs build bb
packages/gpe-buttonbox/gpe-buttonbox_svn.bb
* add new working svn recipe
Diffstat (limited to 'packages/gpe-buttonbox/gpe-buttonbox_svn.bb')
-rw-r--r-- | packages/gpe-buttonbox/gpe-buttonbox_svn.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/gpe-buttonbox/gpe-buttonbox_svn.bb b/packages/gpe-buttonbox/gpe-buttonbox_svn.bb new file mode 100644 index 0000000000..f1a932f788 --- /dev/null +++ b/packages/gpe-buttonbox/gpe-buttonbox_svn.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Buttonbox for gpe" +LICENSE = "GPL" +DEPENDS = "libgpewidget libgpelaunch" +PV = "0.5+svn-${SRCDATE}" +PR = "r0" + +inherit autotools + +SRC_URI = "${GPE_SVN}" + +S = "${WORKDIR}/${PN}" + +FILES_${PN} += "${datadir}/gpe" + +DEFAULT_PREFERENCE = "-1" |