diff options
Diffstat (limited to 'opie-style-fresh')
-rw-r--r-- | opie-style-fresh/opie-style-fresh_cvs.oe | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/opie-style-fresh/opie-style-fresh_cvs.oe b/opie-style-fresh/opie-style-fresh_cvs.oe index e69de29bb2..79f63e366e 100644 --- a/opie-style-fresh/opie-style-fresh_cvs.oe +++ b/opie-style-fresh/opie-style-fresh_cvs.oe @@ -0,0 +1,18 @@ +DESCRIPTION = "Opie widget style" +SECTION = "opie/styles" +PRIORITY = "optional" +MAINTAINER = "Open Embedded <oe@handhelds.org>" +LICENSE = "GPL" +PV = "1.1.5-cvs-${CVSDATE}" +APPNAME = "freshstyle" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/styles/fresh;date=${CVSDATE} " + +S = "${WORKDIR}/fresh" + +inherit opie + +# FILES plugins/styles/libfreshstyle.so* +do_install() { +} + |