blob: 89c090337509b8d5d2730f8a976e898859941b92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 "
S = "${WORKDIR}/${APPNAME}"
inherit opie
# FILES
do_install() {
}
|