blob: 0d7694cc85fc4a40ab7f2b83754aabd2247bca7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
DESCRIPTION = "A Wireless Network Monitor"
SECTION = "opie/applications"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
RDEPENDS = "manufacturers"
PR = "r1"
APPNAME = "wellenreiter"
APPTYPE = "binary"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/wellenreiter;date=20040504 \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;date=20040504 \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps;date=20040504"
S = "${WORKDIR}/wellenreiter"
inherit opie
do_install() {
install -d ${D}/${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.* ${D}${palmtopdir}/pics/${APPNAME}/
}
|