summaryrefslogtreecommitdiff
path: root/packages/dia/dia_0.94+0.95pre3.bb
blob: 922ab8cc237a91a90f5a832c9561b53d5f8458b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"