diff options
Diffstat (limited to 'opie-style-fresh/opie-style-fresh_1.1.7.oe')
-rw-r--r-- | opie-style-fresh/opie-style-fresh_1.1.7.oe | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/opie-style-fresh/opie-style-fresh_1.1.7.oe b/opie-style-fresh/opie-style-fresh_1.1.7.oe index e69de29bb2..639bb1174b 100644 --- a/opie-style-fresh/opie-style-fresh_1.1.7.oe +++ b/opie-style-fresh/opie-style-fresh_1.1.7.oe @@ -0,0 +1,19 @@ +DESCRIPTION = "Opie widget style" +SECTION = "opie/styles" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org>" +LICENSE = "GPL" + +APPNAME = "freshstyle" + +TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" +SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/styles/fresh " + +S = "${WORKDIR}/fresh" + +inherit opie + +# FILES plugins/styles/libfreshstyle.so* +do_install() { +} + |