Merge openembedded@openembedded.bkbits.net:packages
[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 DEPENDS = "virtual/libc"
7
8 SRC_URI = "http://www.warmi.net/zaurus/files/zipsc_${PV}.tar.gz \
9            file://${FILESDIR}/gcc3.patch;patch=1"
10 S = "${WORKDIR}/zipsc_${PV}"
11
12 inherit palmtop
13
14 do_install() {
15         install -m 0755 zipsc Qtopia${palmtopdir}/bin/zipsc
16         install -d ${D}/
17         cp -a Qtopia/* ${D}/
18 }