blob: f3bcc9948ba22b55e4c645550c0126b9e7f9269e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
DESCRIPTION = "A frontend for the nmap port scanner, Qt/Embedded based Palmtop Environments Edition"
SECTION = "opie/applications"
PRIORITY = "optional"
LICENSE = "GPL"
AUTHOR = "Dennis Webb"
APPNAME = "qpenmapfe"
APPTYPE = "binary"
APPDESKTOP = "${WORKDIR}"
PR = "r0"
SRC_URI = "http://home.midsouth.rr.com/zaurus/qpenmapfe_${PV}_src.tar.gz \
file://qpenmapfe.desktop \
file://qpenmapfe.png"
S = "${WORKDIR}/qpe-nmapfe"
inherit opie
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${WORKDIR}/*.png ${D}${palmtopdir}/pics/
}
|