diff options
Diffstat (limited to 'opie-style-fresh')
-rw-r--r-- | opie-style-fresh/opie-style-fresh_1.1.7.oe | 19 | ||||
-rw-r--r-- | opie-style-fresh/opie-style-fresh_cvs.oe | 2 |
2 files changed, 20 insertions, 1 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() { +} + diff --git a/opie-style-fresh/opie-style-fresh_cvs.oe b/opie-style-fresh/opie-style-fresh_cvs.oe index 3e92e62393..54138a45b9 100644 --- a/opie-style-fresh/opie-style-fresh_cvs.oe +++ b/opie-style-fresh/opie-style-fresh_cvs.oe @@ -6,7 +6,7 @@ LICENSE = "GPL" PV = "1.1.7+cvs-${CVSDATE}" APPNAME = "freshstyle" -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/styles/fresh " +SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/styles/fresh " S = "${WORKDIR}/fresh" |