# Maintainer: Ivan Shapovalov # Contributor: Alex Brinister # Contributor: Tom Gundersen # Contributor: Ionut Biru # Contributor: Gabriel Martinez < reitaka at gmail dot com > pkgname=libimobiledevice-git epoch=1 pkgver=1.3.0.r219.g3969bc9 pkgrel=1 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch devices on Linux" url="http://www.libimobiledevice.org/" arch=(x86_64) license=(GPL2 LGPL2.1) depends=('glibc' 'libplist-git' 'libusbmuxd-git' 'libimobiledevice-glue-git' 'openssl') makedepends=('git' 'cython' 'python') optdepends=('python: for the Python bindings') provides=(libimobiledevice-1.0.so "libimobiledevice=$pkgver") conflicts=(libimobiledevice) source=("git+https://github.com/libimobiledevice/libimobiledevice") sha256sums=('SKIP') pkgver() { cd libimobiledevice git describe --long --tags | sed 's/-/.r/;s/-/./' } prepare() { cd libimobiledevice NOCONFIGURE=1 ./autogen.sh } build() { cd libimobiledevice ./configure --prefix=/usr make } check() { cd libimobiledevice make check } package() { cd libimobiledevice make DESTDIR="$pkgdir" install }