#Packager: George Vlahavas pkgname=dia pkgver=0.97.1 pkgrel=1gv source=(http://ftp.gnome.org/pub/gnome/sources/dia/0.97/dia-0.97.1.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://live.gnome.org/Dia slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "dia (a diagram editor)" "Dia is roughly inspired by the commercial Windows program 'Visio'," "though more geared towards informal diagrams for casual use. It can be" "used to draw many different kinds of diagrams. It currently has" "special objects to help draw entity relationship diagrams, UML" "diagrams, flowcharts, network diagrams, and many other diagrams. It" "is also possible to add support for new shapes by writing simple XML" "files, using a subset of SVG to draw the shape." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }