blob: 1e6286234928dbaa7581e79f4272fc95a824214b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "Liquid style by Mosfet"
SECTION = "opie/styles"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
DEPENDS = " libqtaux2"
PV = "1.1.5-cvs-${CVSDATE}"
APPNAME = "liquid"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/styles/liquid "
S = "${WORKDIR}/liquid"
inherit opie
# FILES
do_install() {
}
|