summaryrefslogtreecommitdiff
path: root/matchbox-desktop/matchbox-desktop_0.8.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-24 15:18:33 +0000
committerChris Larson <clarson@kergoth.com>2004-03-24 15:18:33 +0000
commit4b10267ced85f64c48d3de290d2df07ffcf2ecbe (patch)
tree4cc4c8e9a14e7205bd81976d6a01007b57230bde /matchbox-desktop/matchbox-desktop_0.8.oe
parent5f7afebd7492ae97894c806db454ae5120c71963 (diff)
Correct URI to matchbox-desktop.
BKrev: 4061a6c9VpVmrPL9ObnWxdsWhz-Iow
Diffstat (limited to 'matchbox-desktop/matchbox-desktop_0.8.oe')
-rw-r--r--matchbox-desktop/matchbox-desktop_0.8.oe20
1 files changed, 20 insertions, 0 deletions
diff --git a/matchbox-desktop/matchbox-desktop_0.8.oe b/matchbox-desktop/matchbox-desktop_0.8.oe
index e69de29bb2..24b669bab8 100644
--- a/matchbox-desktop/matchbox-desktop_0.8.oe
+++ b/matchbox-desktop/matchbox-desktop_0.8.oe
@@ -0,0 +1,20 @@
+LICENSE = "GPL"
+DEPENDS = "virtual/libc libmatchbox"
+RDEPENDS = "libc6 libmatchbox"
+
+SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-desktop/${PV}/matchbox-desktop-${PV}.tar.bz2"
+
+inherit autotools libtool pkgconfig
+
+FILES_${PN} = \
+ ${bindir} \
+ ${datadir}/applications \
+ ${datadir}/matchbox/desktop/modules/*.so \
+ ${datadir}/matchbox-desktop \
+ ${datadir}/pixmaps
+
+FILES_${PN}-dev = \
+ ${libdir}/matchbox-desktop \
+ ${includedir}/matchbox-desktop \
+ ${datadir}/matchbox/desktop/modules/*a
+