1 # Contributor: Jack <nim901@gmail.com>
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)
12 cd $startdir/src/$pkgname-$pkgver
13 ./configure --prefix=/usr --with-libhdate
15 make DESTDIR=$startdir/pkg install