diff options
author | Philippe De Swert <philippedeswert@scarlet.be> | 2007-04-07 17:09:29 +0000 |
---|---|---|
committer | Philippe De Swert <philippedeswert@scarlet.be> | 2007-04-07 17:09:29 +0000 |
commit | f557f190fab7dd26d9e9f0ca0b43e72c53d953cc (patch) | |
tree | 1fe0c0a91b0445e90bd275e9387c28f21f912e3a /packages/gpe-what/gpe-what_svn.bb | |
parent | 919b68db7ce1b2609cb439e0317c194d2937fcf0 (diff) |
packages/gpe-what/gpe-what_cvs.bb
* remove obsolete cvs recipe
packages/gpe-what/gpe-what_svn.bb
* add new svn recipe
Diffstat (limited to 'packages/gpe-what/gpe-what_svn.bb')
-rw-r--r-- | packages/gpe-what/gpe-what_svn.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gpe-what/gpe-what_svn.bb b/packages/gpe-what/gpe-what_svn.bb new file mode 100644 index 0000000000..7ecaf20a2f --- /dev/null +++ b/packages/gpe-what/gpe-what_svn.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "GPE modal help" +LICENSE = "GPL" +DEPENDS = "virtual/libx11 gtk+" +PV = "0.41+svn${SRCDATE}" + +inherit autotools + +SRC_URI = "${GPE_SVN}" + +S = "${WORKDIR}/${PN}" + +DEFAULT_PREFERENCE = "-1" |