summaryrefslogtreecommitdiff
path: root/packages/dia
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-03-02 17:54:35 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-02 17:54:35 +0000
commit40ce95ca64d662c16cec3d1efabc966dda5a2610 (patch)
treec5687492fbbc7f7e46b8db8448b1da640fef9955 /packages/dia
parent858ca7bc53e7c03eac036217486e87e36eb1e3e6 (diff)
parent966f3a94af2c83ffd2c634171fbe04917731b6f9 (diff)
explicit_merge of '601faaded8a6427e29dc8dc43433fe9be662c96c'
and 'a67386ccbaf4538441ab5d8769e018207ab0c744' using ancestor '9c1b32d8825be71ddfdcbe3ddfa31b4cc8bb2aa0' to branch 'org.openembedded.dev'
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"
+
+