# Maintainer: Sergej Pupykin # old Maintainer: Andrei "Garoth" Thorp # Contributor: Alexandr Nevskiy pkgname=drivel pkgver=2.0.4 pkgrel=1 pkgdesc="GTK client for working with online journals (blogs)." url="http://www.dropline.net/drivel/index.php" arch=('i686' 'x86_64') license=("GPL") depends=('curl' 'gtksourceview>=1.0.0' 'gtkspell' 'libgnomeui>=2.0.0') makedepends=('perlxml' 'pkgconfig' 'intltool>=0.21' 'gnome-doc-utils>=0.3.2') backup=() install=drivel.install source=(http://downloads.sourceforge.net/drivel/$pkgname-$pkgver.tar.gz) md5sums=('b3ecc187eb1e51968ac6aced7b5100e9') build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc make || return 1 make DESTDIR=$startdir/pkg install }