diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
commit | 06f7d17e81de21a95e35b03453242bc62b05a6aa (patch) | |
tree | bc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /petitepainture/petitepainture_1.0.oe | |
parent | 4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff) |
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'petitepainture/petitepainture_1.0.oe')
-rw-r--r-- | petitepainture/petitepainture_1.0.oe | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/petitepainture/petitepainture_1.0.oe b/petitepainture/petitepainture_1.0.oe index e69de29bb2..4cfd771a58 100644 --- a/petitepainture/petitepainture_1.0.oe +++ b/petitepainture/petitepainture_1.0.oe @@ -0,0 +1,21 @@ +DESCRIPTION = "Pressure-Sensitive Paint Program for Opie/Qtopia" +SECTION = "base" +PRIORITY = "optional" +LICENSE = "GPL" +RDEPENDS = "libqpe1" +DEPENDS = "virtual/libc" + +SRC_URI = http://sun.dhis.portside.net/~sakira/archive/SPainter_1.0-1_src.tar.gz +S = "${WORKDIR}/SPainter" + +inherit palmtop + +QMAKE_PROFILES = spainter.pro + +do_install() { + install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics} + install -D -m 755 petitpeintu ${D}/opt/QtPalmtop/bin/petitpeintu + install -D -m 644 ${FILESDIR}/petitpeintu.desktop ${D}/opt/QtPalmtop/apps/Applications/petitpeintu.desktop + install -d ${D}/opt/QtPalmtop/pics + cp -a *.png ${D}/opt/QtPalmtop/pics/ +} |