Another pass of .oe cleanups.
[vuplus_openembedded] / zipsc / zipsc_0.4.3.oe
1 DESCRIPTION = "IP/Subnet calculator for Qt/Embedded based Palmtop Environments"
2 SECTION = "base"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 LICENSE = "GPL"
6 RDEPENDS = "libqpe1"
7 DEPENDS = "virtual/libc"
8
9 SRC_URI = "http://www.warmi.net/zaurus/files/zipsc_${PV}.tar.gz \
10            file://${FILESDIR}/gcc3.patch;patch=1"
11 S = "${WORKDIR}/zipsc_${PV}"
12
13 inherit palmtop
14
15 do_install() {
16         install -m 0755 zipsc Qtopia/opt/QtPalmtop/bin/zipsc
17         install -d ${D}/
18         cp -a Qtopia/* ${D}/
19 }