# # Chakra Packages for Chakra, part of chakra-project.org # # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa # PKGBUILD based on: http://aur.archlinux.org/packages.php?ID=26800 # include global config source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=libimobiledevice pkgver=1.0.2 pkgrel=1 pkgdesc="Is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux" url="http://libimobiledevice.org/" arch=('i686' 'x86_64') license=('GPL2' 'LGPL2.1') depends=('gnutls' 'glib2' 'libplist>=1.3' 'usbmuxd>=1.0.4') makedepends=('swig' 'python') options=('!libtool') source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2) md5sums=('b83dd6f501e2ef199927c20866e9e113') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr make make DESTDIR="${pkgdir}" install }