updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / libipod / PKGBUILD
blob9e68abe9726d51b182a71a643586972b90ba1d99
1 # Contributor: Shayne Sweeney <shayne@shaynesweeney.com>
2 pkgname=libipod
3 pkgver=0.1
4 pkgrel=1
5 pkgdesc="A library written in C for managing Apple iPods. Includes bindings for C++ and Python."
6 url="http://libipod.sourceforge.net"
7 options=('NOLIBTOOL')
8 license="GPL"
9 depends=()
10 source=(http://dl.sourceforge.net/sourceforge/libipod/libipod-$pkgver.tgz)
11 md5sums=('c219cae62804ae1add9d88c24469fe31')
13 build() {
14   cd $startdir/src/libipod-$pkgver
15   ./configure --prefix=/usr
16   make || return 1
17   make DESTDIR=$startdir/pkg install