1 # Maintainer: yugrotavele <yugrotavele at archlinux dot us>
2 # Contributor: Anton Pirogov <anton.pirogov <AT> googlemail.com>
7 pkgdesc="A FUSE filesystem that supports reading and writing from any MTP device"
9 url="http://www.adebenham.com/mtpfs/"
11 depends=('libmtp>=0.3.0' 'glib2' 'libid3tag' 'fuse' 'libmad')
12 makedepends=('pkg-config')
13 source=(http://www.adebenham.com/debian/${pkgname}-${pkgver}.tar.gz)
14 md5sums=('7d62fdfdb59d87d115e2f804d0dc7f85')
17 cd "$srcdir/$pkgname-$pkgver"
18 ./configure --prefix=/usr
23 cd "$srcdir/$pkgname-$pkgver"
24 make DESTDIR="$pkgdir" install