updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / libmal / PKGBUILD
blob505920aee94b5486269ea86832d17e239c458436
1 # Contributor: Andrea Scarpino <andrea@archlinux.org>
2 # Contributor: Tobias Powalowski <tpowa@archlinux.org>
4 pkgname=libmal
5 pkgver=0.44.1
6 pkgrel=1
7 depends=('pilot-link>=0.12.1')
8 license=("MPL")
9 options=('!libtool')
10 pkgdesc="A convenience library of the object files contained in Tom Whittaker's malsync distribution"
11 arch=(i686 x86_64)
12 url="http://jasonday.home.att.net"
13 source=(http://www.jlogday.com/code/${pkgname}/${pkgname}-${pkgver}.tar.gz)
14 md5sums=('e9a3f8c7c825497c990e28e5e175e11c')
16 build(){
17   cd ${srcdir}/${pkgname}-${pkgver}
18   ./configure --prefix=/usr
19   make || return 1
20   make DESTDIR=${pkgdir} install