aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dia
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-03-01 14:49:18 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-01 14:49:18 +0000
commitf00d31f8f068182b3db15f2686e7fe3c5d91ca1f (patch)
tree8bb16a3ab5db9cf64208c0d90a5f6392faf7ee92 /packages/dia
parent1017d3f1067964d959838df588d5197e50ba2e48 (diff)
downloadopenembedded-f00d31f8f068182b3db15f2686e7fe3c5d91ca1f.tar.gz
dia: add 0.95-pre3
Diffstat (limited to 'packages/dia')
-rw-r--r--packages/dia/.mtn2git_empty0
-rw-r--r--packages/dia/dia_0.94+0.95pre3.bb14
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/dia/.mtn2git_empty b/packages/dia/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/dia/.mtn2git_empty
diff --git a/packages/dia/dia_0.94+0.95pre3.bb b/packages/dia/dia_0.94+0.95pre3.bb
new file mode 100644
index 0000000000..922ab8cc23
--- /dev/null
+++ b/packages/dia/dia_0.94+0.95pre3.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Dia is a gtk+ based diagram creation program released under the GPL license."
+LICENSE = "GPL"
+DEPENDS = "libpng cairo zlib gtk+ libxml2"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+
+
+inherit autotools pkgconfig
+
+SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/dia/0.95/dia-0.95-pre3.tar.gz"
+
+S = "${WORKDIR}/${PN}-0.95-pre3"
+LDFLAGS += "-lxml2 -lgthread-2.0 -lglib-2.0"
+
+