summaryrefslogtreecommitdiff
path: root/petitepainture
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /petitepainture
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'petitepainture')
-rw-r--r--petitepainture/petitepainture_1.4a.bb0
-rw-r--r--petitepainture/petitepainture_1.4a.oe25
2 files changed, 0 insertions, 25 deletions
diff --git a/petitepainture/petitepainture_1.4a.bb b/petitepainture/petitepainture_1.4a.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/petitepainture/petitepainture_1.4a.bb
diff --git a/petitepainture/petitepainture_1.4a.oe b/petitepainture/petitepainture_1.4a.oe
deleted file mode 100644
index 759eb3a96a..0000000000
--- a/petitepainture/petitepainture_1.4a.oe
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "Pressure-Sensitive Paint Program for Opie/Qtopia"
-SECTION = "opie/applications"
-PRIORITY = "optional"
-HOMEPAGE = "http://sun.dhis.portside.net/~sakira/wiki/index.cgi?cmd=view;name=LinuxZaurus%3APetitePeinture+en"
-LICENSE = "GPL"
-APPTYPE = "binary"
-APPNAME = "petitpeintu"
-APPDESKTOP = "${WORKDIR}"
-PR = "r1"
-
-SRC_URI = "http://sun.dhis.portside.net/~sakira/archive/SPainter_${PV}_src.tar.gz \
- file://petitpeintu.desktop \
- file://petitpeintu.png "
-S = "${WORKDIR}/SPainter"
-
-inherit opie
-
-QMAKE_PROFILES = "spainter.pro"
-export OE_QMAKE_LINK="${CXX}"
-
-do_install() {
- install -d ${D}/${palmtopdir}/pics
- install -m 0644 *.png ${D}/${palmtopdir}/pics/
- install -m 0644 ${WORKDIR}/petitpeintu.png ${D}/${palmtopdir}/pics/
-}