updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / libhdate / PKGBUILD
blobd2bad237a2684bff23b9d1ffe2388f97260ffde5
1 # Contributor: Jack <nim901@gmail.com>
2 # Contributor: Ido Kanner <idokan@gmail.com>
3 pkgname=libhdate
4 libname=libhdate
5 pkgver=1.4.20
6 pkgrel=1
7 pkgdesc="LibHdate is a small C,C++ library for Hebrew calendar and dates, holidays, and reading sequence"
8 url="http://libhdate.sourceforge.net/"
9 license="GPL"
10 arch=('i686' 'x86_64')
11 makedepends=("gcc" "autoconf" "automake")
12 provides=('libhdate')
13 conflict=('libhdate')
14 source=(http://downloads.sourceforge.net/project/$libname/$libname/$libname-$pkgver/$libname-$pkgver.tar.bz2)
15 md5sums=('d6d5e188989127ae05aef2bdd74daa37')
17 build() {
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 
21   make
22   make DESTDIR=$startdir/pkg install