summaryrefslogtreecommitdiff
path: root/qpenmapfe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-12-05 13:30:28 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-12-05 13:30:28 +0000
commitbde052bb59b77fc622548b73d7bf4924ed938cba (patch)
tree7e1217bfd2413d6192e8753056528902718a6209 /qpenmapfe
parentd2b419ca815a7956dcb41dd3bd882ccd7bc33ba7 (diff)
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/12/05 13:03:39+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/12/05 01:31:19+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/12/04 13:38:43+01:00 uni-frankfurt.de!mickeyl define opensimpad FEED_URIs in [gpe|opie]-image 2004/12/04 02:12:00+01:00 uni-frankfurt.de!mickeyl add resistorui, a resistor calculation application for Opie 2004/12/04 02:10:50+01:00 uni-frankfurt.de!mickeyl metadatafix for qpenmapfe 2004/12/04 01:27:12+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/12/04 00:55:03+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/12/04 00:33:55+01:00 uni-frankfurt.de!mickeyl glib-1.2: install more headers into staging 2004/12/03 17:53:22+01:00 uni-frankfurt.de!mickeyl Merge 2004/12/03 15:51:29+01:00 uni-frankfurt.de!mickeyl add feeds to bootstrap-image as pointed out by J 2004/12/03 13:19:29+01:00 uni-frankfurt.de!mickeyl minor cosmetics in opie-gutenbrowser and opie-ftplib BKrev: 41b30d74fBSOes8LEt7BVgB2z8wtKA
Diffstat (limited to 'qpenmapfe')
-rw-r--r--qpenmapfe/qpenmapfe_1.0.0.oe23
1 files changed, 23 insertions, 0 deletions
diff --git a/qpenmapfe/qpenmapfe_1.0.0.oe b/qpenmapfe/qpenmapfe_1.0.0.oe
index e69de29bb2..8a9f8fac4d 100644
--- a/qpenmapfe/qpenmapfe_1.0.0.oe
+++ b/qpenmapfe/qpenmapfe_1.0.0.oe
@@ -0,0 +1,23 @@
+DESCRIPTION = "A frontend for the nmap port scanner, Qt/Embedded based Palmtop Environments Edition"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+LICENSE = "GPL"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+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/
+
+}