1 # Contributor: Jack <nim901@gmail.com>
2 # Contributor: Ido Kanner <idokan@gmail.com>
7 pkgdesc="LibHdate is a small C,C++ library for Hebrew calendar and dates, holidays, and reading sequence"
8 url="http://libhdate.sourceforge.net/"
10 arch=('i686' 'x86_64')
11 makedepends=("gcc" "autoconf" "automake")
14 source=(http://downloads.sourceforge.net/project/$libname/$libname/$libname-$pkgver/$libname-$pkgver.tar.bz2)
15 md5sums=('d6d5e188989127ae05aef2bdd74daa37')
18 cd $startdir/src/$libname-$pkgver
19 # We install only the library not the binding features
20 ./configure --prefix=/usr --disable-fpc --disable-gpc --disable-python --disable-ruby --disable-php --disable-perl
22 make DESTDIR=$startdir/pkg install