diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-16 21:55:04 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-16 21:55:04 +0000 |
commit | 6fa8a03c85698db5c7df002bee64e3ca8d30e11a (patch) | |
tree | 93d9b86900f287a8c679e1c72e58b3859811b0cd /froot/froot_0.7.1.oe | |
parent | ac2661d669fda3abcbc96b0caa2e33ac501f2fa0 (diff) |
froot, keyring, konq/e: correct section name to lowercase
BKrev: 414a0bb85d6C4nWDDbuKjC7Qfx9_WQ
Diffstat (limited to 'froot/froot_0.7.1.oe')
-rw-r--r-- | froot/froot_0.7.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/froot/froot_0.7.1.oe b/froot/froot_0.7.1.oe index 3ec7bebcdd..019b1def1b 100644 --- a/froot/froot_0.7.1.oe +++ b/froot/froot_0.7.1.oe @@ -1,9 +1,9 @@ DESCRIPTION = "Froot is a game like frozen bubbles" -SECTION = "opie/Games" +SECTION = "opie/games" APPNAME = "froot" APPTYPE = "binary" APPDESKTOP = "${S}" -PR = "r1" +PR = "r2" SRC_URI = "http://www.cs.unc.edu/~scheuerm/froot/froot-${PV}.tar.gz" S = "${WORKDIR}/froot-${PV}" |