diff options
Diffstat (limited to 'opie-style-flat')
-rw-r--r-- | opie-style-flat/opie-style-flat_cvs.oe | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/opie-style-flat/opie-style-flat_cvs.oe b/opie-style-flat/opie-style-flat_cvs.oe index e69de29bb2..c25d29fe35 100644 --- a/opie-style-flat/opie-style-flat_cvs.oe +++ b/opie-style-flat/opie-style-flat_cvs.oe @@ -0,0 +1,14 @@ +DESCRIPTION = "Simple, flat widget style for Opie" +SECTION = "opie/styles" +PRIORITY = "optional" +MAINTAINER = "Open Embedded <oe@handhelds.org>" +LICENSE = "GPL" +DEPENDS = "libopiecore2" +PV = "1.1.4-cvs-${CVSDATE}" +APPNAME = "flatstyle" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/styles/flat;date=${CVSDATE} " + +S = "${WORKDIR}/flat" + +inherit opie |