summaryrefslogtreecommitdiff
path: root/staging/ifuse/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'staging/ifuse/PKGBUILD')
-rw-r--r--staging/ifuse/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/staging/ifuse/PKGBUILD b/staging/ifuse/PKGBUILD
deleted file mode 100644
index 6ee370576..000000000
--- a/staging/ifuse/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 74529 2012-07-29 23:09:58Z tomegun $
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-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=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('libimobiledevice' 'fuse')
-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
-}