updated on Sat Jan 14 16:01:55 UTC 2012
[aur-mirror.git] / hcal-gtk / PKGBUILD
blob43a77c27600679d773ae90f3edefdac8c7616d94
1 # Contributor: Jack <nim901@gmail.com>
2 pkgname=hcal-gtk
3 pkgver=0.6.3
4 pkgrel=1
5 pkgdesc="HebrewCalendar is a GTK class which shows the Hebrew dates and holidays and their corresponding Gregorian date."
6 depends=('gtk2' 'libgnome' 'libhdate' 'sqlite3')
7 url="http://hcal.sourceforge.net/"
8 source=(http://dl.sourceforge.net/sourceforge/hcal/hcal-gtk-0.6.3.tar.gz)
9 md5sums=(1043b847bec0b87a94e18d6777efbfc6)
11 build() {
12 cd $startdir/src/$pkgname-$pkgver
13 ./configure --prefix=/usr --with-libhdate
14 make
15 make DESTDIR=$startdir/pkg install