# # Chakra Packages for Chakra, part of chakra-project.org # # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa #from AUR package http://aur.archlinux.org/packages.php?ID=26724 # include global config source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=ifuse pkgver=1.1.1 pkgrel=1 pkgdesc="A fuse filesystem which uses libimobiledevice to expose an iPhone's contents as a filesystem" url="http://libimobiledevice.org/" arch=('i686' 'x86_64') license=('GPL2') depends=('libimobiledevice>=1.0.0' 'fuse' 'glib2') makedepends=('gcc' 'make' 'automake' 'autoconf' 'pkgconfig') provides=('ifuse-git') conflicts=('ifuse-git') source=(http://www.libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2) md5sums=('8d528a79de024b91f12f8ac67965c37c') build() { cd ${pkgname}-${pkgver} ./configure \ --prefix=/usr make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }