1 # Maintainer: György Balló <ballogy@freestart.hu>
5 pkgdesc="A graphical interface to crontab and at for GNOME"
7 url="http://gnome-schedule.sourceforge.net/"
9 depends=('python2-libgnome' 'python2-gconf' 'at' 'libxslt')
10 makedepends=('gnome-python' 'intltool' 'gnome-doc-utils')
11 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
12 md5sums=('5036cc2508b58a86b6c70e2f33030c65')
15 cd "$srcdir/$pkgname-$pkgver"
17 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
22 cd "$srcdir/$pkgname-$pkgver"
24 make DESTDIR="$pkgdir/" install