updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gnome-schedule / PKGBUILD
blobbd8a4d996c20a257edf939d2c83cf73dfa4b9729
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=gnome-schedule
3 pkgver=2.2.0
4 pkgrel=1
5 pkgdesc="A graphical interface to crontab and at for GNOME"
6 arch=('any')
7 url="http://gnome-schedule.sourceforge.net/"
8 license=('GPL')
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')
14 build() {
15   cd "$srcdir/$pkgname-$pkgver"
17   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
18   make
21 package() {
22   cd "$srcdir/$pkgname-$pkgver"
24   make DESTDIR="$pkgdir/" install