contrib/dia/Pkgfile
2007-05-14 09:02:30 +10:00

26 lines
615 B
Plaintext

# Description: GTK+ Diagramming Creation Software.
# URL: http://www.gnome.org/projects/dia/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: Younès Hafri <ycrux@club-internet.fr>
#
# Depends on: libart_lgpl, popt, gtk, p5-xml-parser
name=dia
version=0.96
release=1
source=(ftp://ftp.gnome.org/pub/gnome/sources/$name/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls \
--disable-db2html
make && make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
rmdir $PKG/usr/share/oaf
chown -R root:root $PKG
}