diff options
Diffstat (limited to 'opie-style-metal/opie-style-metal_cvs.oe')
-rw-r--r-- | opie-style-metal/opie-style-metal_cvs.oe | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/opie-style-metal/opie-style-metal_cvs.oe b/opie-style-metal/opie-style-metal_cvs.oe index e69de29bb2..f42ba58bd3 100644 --- a/opie-style-metal/opie-style-metal_cvs.oe +++ b/opie-style-metal/opie-style-metal_cvs.oe @@ -0,0 +1,18 @@ +DESCRIPTION = "Metal Style by Trolltech" +SECTION = "opie/styles" +PRIORITY = "optional" +MAINTAINER = "Open Embedded <oe@handhelds.org>" +LICENSE = "GPL" +PV = "1.1.5-cvs-${CVSDATE}" +APPNAME = "metal" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/styles/metal;date=${CVSDATE} " + +S = "${WORKDIR}/${APPNAME}" + +inherit opie + +# FILES +do_install() { +} + |