1 # Contributor: Neil Isaac <isaac dot neil at gmail dot com>
5 pkgdesc="FUSE client for the Apple iPod"
6 arch=( 'i686' 'x86_64' )
7 url="http://fusepod.sourceforge.net/"
9 depends=( 'fuse' 'taglib' 'libgpod' )
10 source=( "http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2" )
11 md5sums=( '35347e87ad01b17990ff2be6f9d696cd' )
13 cd "$srcdir/$pkgname-$pkgver"
14 printf "17a18\n> #include <cstdio>\n" | patch src/fusepod_util.cpp
15 printf "19a20\n> #include <strings.h>\n" | patch src/fusepod_util.h
16 ./configure --prefix=/usr || return 1
18 make DESTDIR="$pkgdir" install || return 1