updated on Tue Jan 17 08:05:08 UTC 2012
[aur-mirror.git] / hdate-applet-new / PKGBUILD
blob79ffb6643a8da0edb1a6b048fb3cb533fe58ee7f
1 # Maintainer: Assaf Sapir <meijin07 AT gmail.com>
2 # Contributor: Jack <nim901@gmail.com>
3 pkgname=hdate-applet-new
4 libname=hdate-applet
5 pkgver=0.15.11
6 pkgrel=1
7 arch=('i686' 'x86_64')
8 license=('GPL')
9 provides=('hdate-applet')
10 conflict=('hdate-applet')
11 pkgdesc="Is an applet to show the hebrew date (calendar) using the libhdate library and the gnome-2.0 graphics library"
12 depends=('gtk2' 'libhdate-ik' 'gnome-panel-bonobo')
13 optdepends=('python: for python bynding')
14 url="http://hdateapplet.sourceforge.net/"
15 source=(http://downloads.sourceforge.net/sourceforge/hdateapplet/hdateapplet/$libname-$pkgver.tar.bz2)
16 md5sums=(8cfda134941b4d656df30d45e8fccf4e)
18 build() {
19 cd $srcdir/$libname-$pkgver
20 ./configure --prefix=/usr
21 make
22 make DESTDIR=$pkgdir install