summaryrefslogtreecommitdiff
path: root/extra/libimobiledevice/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-06 11:30:25 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-06 11:30:25 -0300
commitef7790462c6be6a598918ae66386747ba81c2eda (patch)
treebfe710055e594d327d80ef729adf25e5b32ee148 /extra/libimobiledevice/PKGBUILD
parent0a4c93587b241d8127696400d5256368213062f2 (diff)
moved to [core]
Diffstat (limited to 'extra/libimobiledevice/PKGBUILD')
-rw-r--r--extra/libimobiledevice/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/extra/libimobiledevice/PKGBUILD b/extra/libimobiledevice/PKGBUILD
deleted file mode 100644
index acb8c4530..000000000
--- a/extra/libimobiledevice/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 164368 2012-07-31 19:43:16Z eric $
-# Maintainer : Ionut Biru <ibiru@archlinux.org>
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=libimobiledevice
-pkgver=1.1.4
-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' 'mips64el')
-license=('GPL2' 'LGPL2.1')
-depends=('usbmuxd' 'gnutls' 'libgcrypt')
-options=('!libtool')
-source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
-
-build() {
- cd "$pkgname-$pkgver"
-
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-md5sums=('3f28cbc6a2e30d34685049c0abde5183')