blob: cef2f2a541bc31f05410ba4eaea9f45848fb833d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Metal Style by Trolltech"
SECTION = "opie/styles"
PRIORITY = "optional"
LICENSE = "GPL"
APPNAME = "metal"
S = "${WORKDIR}/${APPNAME}"
inherit opie
# FILES
do_install() {
}
|