blob: cb5bb6bba7dc0760c2e31a21fe68e0c6b60c4900 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Simple, flat window decoration style for Opie"
SECTION = "opie/decorations"
PRIORITY = "optional"
MAINTAINER = "Open Embedded <oe@handhelds.org>"
LICENSE = "GPL"
PV = "1.1.5-cvs-${CVSDATE}"
APPNAME = "flat"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/decorations/flat;date=${CVSDATE} "
S = "${WORKDIR}/flat"
inherit opie
|