# # Apps Packages for Chakra, part of chakra-project.org # # maintainer: Neophytos Kolokotronis pkgname=ifuse pkgver=1.1.2 pkgrel=2 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch' url='http://libimobiledevice.org/' arch=('x86_64') license=('LGPL2.1') depends=('libimobiledevice' 'fuse') categories=('utils') source=("http://www.libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2") md5sums=('4152526b2ac3c505cb41797d997be14d') build() { cd ${pkgname}-${pkgver} ./configure \ --prefix=/usr make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }