updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / ipodfs / PKGBUILD
blobb3dc7574b67039f67ad71fa4f5a5ed94c60699a6
1 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
2 # Contributor: Jari Huilla <jari.huilla@tut.fi>
4 pkgname=ipodfs
5 pkgver=0.5
6 pkgrel=3
7 pkgdesc="A user-space filesystem providing simple access to iPods using FUSE"
8 arch=('i686' 'x86_64')
9 url="http://rich.phekda.org/ipodfs/"
10 license=('LGPL')
11 depends=('libgpod' 'fuse')
12 source=($url/$pkgname-$pkgver.tar.bz2)
13 md5sums=('a101354fb72b43054dd9505bb13ad8f8')
15 build() {
16   cd $pkgname-$pkgver
18   sed '/CFLAGS += -g/d' -i Makefile
20   make LDFLAGS= || return 1
21   make prefix=/usr DESTDIR="$pkgdir" install