Merge bk://openembedded@openembedded.bkbits.net/packages
[openembedded.git] / 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 'Mickey' Lauer <mickey@Vanille.de>"
5 LICENSE = "GPL"
6
7 SRC_URI = "http://www.warmi.net/zaurus/files/zipsc_${PV}.tar.gz \
8            file://gcc3.patch;patch=1"
9 S = "${WORKDIR}/zipsc_${PV}"
10
11 inherit palmtop
12
13 do_install() {
14         install -m 0755 zipsc Qtopia${palmtopdir}/bin/zipsc
15         install -d ${D}/
16         cp -a Qtopia/* ${D}/
17 }