[arch-commits] Commit in (ifuse)

2020-05-01 Thread Antonio Rojas via arch-commits
Date: Friday, May 1, 2020 @ 19:13:08
  Author: arojas
Revision: 624197

Drop orphan package

Deleted:
  ifuse/


[arch-commits] Commit in ifuse/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-04 Thread Giancarlo Razzolini via arch-commits
Date: Monday, March 4, 2019 @ 18:11:10
  Author: grazzolini
Revision: 437560

archrelease: copy trunk to community-x86_64

Added:
  ifuse/repos/community-x86_64/PKGBUILD
(from rev 437559, ifuse/trunk/PKGBUILD)
Deleted:
  ifuse/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-04 18:10:29 UTC (rev 437559)
+++ PKGBUILD2019-03-04 18:11:10 UTC (rev 437560)
@@ -1,29 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Federico Cinelli 
-# Contributor: Thomas Dziedzic  < gostrc at gmail >
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=ifuse
-pkgver=1.1.3
-pkgrel=5
-pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
-url='http://libimobiledevice.org/'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('libimobiledevice' 'fuse2')
-source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2;)
-md5sums=('30740edd3ea13b4361b3f1c09c6291fc')
-sha256sums=('ab42b61ed380eb9c44772ba9c5e38420cfc4bd112155e50181d9fd6fd5358852')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ifuse/repos/community-x86_64/PKGBUILD (from rev 437559, 
ifuse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-04 18:11:10 UTC (rev 437560)
@@ -0,0 +1,29 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Federico Cinelli 
+# Contributor: Thomas Dziedzic  < gostrc at gmail >
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=6
+pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
+url='https://libimobiledevice.org/'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('libimobiledevice' 'fuse2')
+source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2;)
+md5sums=('30740edd3ea13b4361b3f1c09c6291fc')
+sha256sums=('ab42b61ed380eb9c44772ba9c5e38420cfc4bd112155e50181d9fd6fd5358852')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2019-03-04 Thread Giancarlo Razzolini via arch-commits
Date: Monday, March 4, 2019 @ 18:10:29
  Author: grazzolini
Revision: 437559

upgpkg: ifuse 1.1.3-6

use-https-in-the-url-field

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-04 18:05:59 UTC (rev 437558)
+++ PKGBUILD2019-03-04 18:10:29 UTC (rev 437559)
@@ -5,9 +5,9 @@
 
 pkgname=ifuse
 pkgver=1.1.3
-pkgrel=5
+pkgrel=6
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
-url='http://libimobiledevice.org/'
+url='https://libimobiledevice.org/'
 arch=('x86_64')
 license=('LGPL2.1')
 depends=('libimobiledevice' 'fuse2')


[arch-commits] Commit in ifuse/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-12 Thread Giancarlo Razzolini via arch-commits
Date: Monday, November 12, 2018 @ 19:12:41
  Author: grazzolini
Revision: 406457

archrelease: copy trunk to community-x86_64

Added:
  ifuse/repos/community-x86_64/PKGBUILD
(from rev 406456, ifuse/trunk/PKGBUILD)
Deleted:
  ifuse/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   59 +--
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-12 19:11:52 UTC (rev 406456)
+++ PKGBUILD2018-11-12 19:12:41 UTC (rev 406457)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Federico Cinelli 
-# Contributor: Thomas Dziedzic  < gostrc at gmail >
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=ifuse
-pkgver=1.1.3
-pkgrel=4
-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' 'fuse2')
-source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2;)
-md5sums=('83478c7b531b26db286c293bb25bd917')
-sha256sums=('a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ifuse/repos/community-x86_64/PKGBUILD (from rev 406456, 
ifuse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-12 19:12:41 UTC (rev 406457)
@@ -0,0 +1,29 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Federico Cinelli 
+# Contributor: Thomas Dziedzic  < gostrc at gmail >
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=5
+pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
+url='http://libimobiledevice.org/'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('libimobiledevice' 'fuse2')
+source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2;)
+md5sums=('30740edd3ea13b4361b3f1c09c6291fc')
+sha256sums=('ab42b61ed380eb9c44772ba9c5e38420cfc4bd112155e50181d9fd6fd5358852')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2018-11-12 Thread Giancarlo Razzolini via arch-commits
Date: Monday, November 12, 2018 @ 19:11:52
  Author: grazzolini
Revision: 406456

upgpkg: ifuse 1.1.3-5

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-12 19:04:40 UTC (rev 406455)
+++ PKGBUILD2018-11-12 19:11:52 UTC (rev 406456)
@@ -5,7 +5,7 @@
 
 pkgname=ifuse
 pkgver=1.1.3
-pkgrel=4
+pkgrel=5
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
 url='http://libimobiledevice.org/'
 arch=('x86_64')
@@ -12,13 +12,13 @@
 license=('LGPL2.1')
 depends=('libimobiledevice' 'fuse2')
 
source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2;)
-md5sums=('83478c7b531b26db286c293bb25bd917')
-sha256sums=('a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add')
+md5sums=('30740edd3ea13b4361b3f1c09c6291fc')
+sha256sums=('ab42b61ed380eb9c44772ba9c5e38420cfc4bd112155e50181d9fd6fd5358852')
 
 build() {
   cd "$pkgname-$pkgver"
 
-  ./configure --prefix=/usr
+  ./autogen.sh --prefix=/usr
   make
 }
 


[arch-commits] Commit in ifuse/repos (4 files)

2017-02-21 Thread Giancarlo Razzolini
Date: Wednesday, February 22, 2017 @ 02:54:32
  Author: grazzolini
Revision: 213389

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ifuse/repos/community-i686/PKGBUILD
(from rev 213388, ifuse/trunk/PKGBUILD)
  ifuse/repos/community-x86_64/PKGBUILD
(from rev 213388, ifuse/trunk/PKGBUILD)
Deleted:
  ifuse/repos/community-i686/PKGBUILD
  ifuse/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   27 ---
 community-x86_64/PKGBUILD |   27 ---
 3 files changed, 60 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-22 02:53:11 UTC (rev 213388)
+++ community-i686/PKGBUILD 2017-02-22 02:54:32 UTC (rev 213389)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Thomas Dziedzic  < gostrc at gmail >
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=ifuse
-pkgver=1.1.3
-pkgrel=3
-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=('83478c7b531b26db286c293bb25bd917')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: ifuse/repos/community-i686/PKGBUILD (from rev 213388, 
ifuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-22 02:54:32 UTC (rev 213389)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Federico Cinelli 
+# Contributor: Thomas Dziedzic  < gostrc at gmail >
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=4
+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' 'fuse2')
+source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2;)
+md5sums=('83478c7b531b26db286c293bb25bd917')
+sha256sums=('a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-22 02:53:11 UTC (rev 213388)
+++ community-x86_64/PKGBUILD   2017-02-22 02:54:32 UTC (rev 213389)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Thomas Dziedzic  < gostrc at gmail >
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=ifuse
-pkgver=1.1.3
-pkgrel=3
-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=('83478c7b531b26db286c293bb25bd917')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: ifuse/repos/community-x86_64/PKGBUILD (from rev 213388, 
ifuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-22 02:54:32 UTC (rev 213389)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Federico Cinelli 
+# Contributor: Thomas Dziedzic  < gostrc at gmail >
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=4
+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' 'fuse2')
+source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2;)
+md5sums=('83478c7b531b26db286c293bb25bd917')
+sha256sums=('a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" 

[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2017-02-21 Thread Giancarlo Razzolini
Date: Wednesday, February 22, 2017 @ 02:53:11
  Author: grazzolini
Revision: 213388

upgpkg: ifuse 1.1.3-4

Changed the source fetching to https, using libimobiledevice
cgit. Also, install the missing license file.

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 01:31:29 UTC (rev 213387)
+++ PKGBUILD2017-02-22 02:53:11 UTC (rev 213388)
@@ -1,18 +1,20 @@
 # $Id$
-# Maintainer:  Federico Cinelli 
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Federico Cinelli 
 # Contributor: Thomas Dziedzic  < gostrc at gmail >
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=ifuse
 pkgver=1.1.3
-pkgrel=3
+pkgrel=4
 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' 'fuse2')
-source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2;)
+source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2;)
 md5sums=('83478c7b531b26db286c293bb25bd917')
+sha256sums=('a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -24,4 +26,5 @@
 package() {
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in ifuse/repos (4 files)

2015-03-03 Thread Jan de Groot
Date: Tuesday, March 3, 2015 @ 10:10:34
  Author: jgc
Revision: 128595

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  ifuse/repos/community-staging-i686/
  ifuse/repos/community-staging-i686/PKGBUILD
(from rev 128594, ifuse/trunk/PKGBUILD)
  ifuse/repos/community-staging-x86_64/
  ifuse/repos/community-staging-x86_64/PKGBUILD
(from rev 128594, ifuse/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: ifuse/repos/community-staging-i686/PKGBUILD (from rev 128594, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-03 09:10:34 UTC (rev 128595)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=3
+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=('83478c7b531b26db286c293bb25bd917')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: ifuse/repos/community-staging-x86_64/PKGBUILD (from rev 128594, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-03 09:10:34 UTC (rev 128595)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=3
+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=('83478c7b531b26db286c293bb25bd917')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2015-03-03 Thread Jan de Groot
Date: Tuesday, March 3, 2015 @ 10:10:28
  Author: jgc
Revision: 128594

upgpkg: ifuse 1.1.3-3

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-03 09:06:53 UTC (rev 128593)
+++ PKGBUILD2015-03-03 09:10:28 UTC (rev 128594)
@@ -5,7 +5,7 @@
 
 pkgname=ifuse
 pkgver=1.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
 url='http://libimobiledevice.org/'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ifuse/repos (4 files)

2014-11-15 Thread Bartłomiej Piotrowski
Date: Saturday, November 15, 2014 @ 16:07:37
  Author: bpiotrowski
Revision: 122619

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  ifuse/repos/community-staging-i686/
  ifuse/repos/community-staging-i686/PKGBUILD
(from rev 122618, ifuse/trunk/PKGBUILD)
  ifuse/repos/community-staging-x86_64/
  ifuse/repos/community-staging-x86_64/PKGBUILD
(from rev 122618, ifuse/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: ifuse/repos/community-staging-i686/PKGBUILD (from rev 122618, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-15 15:07:37 UTC (rev 122619)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.3
+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=('83478c7b531b26db286c293bb25bd917')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: ifuse/repos/community-staging-x86_64/PKGBUILD (from rev 122618, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-15 15:07:37 UTC (rev 122619)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.3
+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=('83478c7b531b26db286c293bb25bd917')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2014-11-15 Thread Bartłomiej Piotrowski
Date: Saturday, November 15, 2014 @ 16:07:25
  Author: bpiotrowski
Revision: 122618

upgpkg: ifuse 1.1.3-2

rebuild against libimobiledevice 1.1.7

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-15 15:06:16 UTC (rev 122617)
+++ PKGBUILD2014-11-15 15:07:25 UTC (rev 122618)
@@ -5,7 +5,7 @@
 
 pkgname=ifuse
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
 url='http://libimobiledevice.org/'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ifuse/repos (4 files)

2014-04-14 Thread Jan de Groot
Date: Monday, April 14, 2014 @ 18:07:42
  Author: jgc
Revision: 109408

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  ifuse/repos/community-staging-i686/
  ifuse/repos/community-staging-i686/PKGBUILD
(from rev 109407, ifuse/trunk/PKGBUILD)
  ifuse/repos/community-staging-x86_64/
  ifuse/repos/community-staging-x86_64/PKGBUILD
(from rev 109407, ifuse/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: ifuse/repos/community-staging-i686/PKGBUILD (from rev 109407, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-14 16:07:42 UTC (rev 109408)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=1
+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=('83478c7b531b26db286c293bb25bd917')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: ifuse/repos/community-staging-x86_64/PKGBUILD (from rev 109407, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-14 16:07:42 UTC (rev 109408)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=1
+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=('83478c7b531b26db286c293bb25bd917')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in ifuse/trunk (2 files)

2014-04-14 Thread Jan de Groot
Date: Monday, April 14, 2014 @ 18:07:36
  Author: jgc
Revision: 109407

upgpkg: ifuse 1.1.3-1

libplist rebuild

Modified:
  ifuse/trunk/PKGBUILD
Deleted:
  ifuse/trunk/0001-Updated-for-libimobiledevice-1.1.5.patch

---+
 0001-Updated-for-libimobiledevice-1.1.5.patch |   83 
 PKGBUILD  |   15 +---
 2 files changed, 4 insertions(+), 94 deletions(-)

Deleted: 0001-Updated-for-libimobiledevice-1.1.5.patch
===
--- 0001-Updated-for-libimobiledevice-1.1.5.patch   2014-04-14 16:05:09 UTC 
(rev 109406)
+++ 0001-Updated-for-libimobiledevice-1.1.5.patch   2014-04-14 16:07:36 UTC 
(rev 109407)
@@ -1,83 +0,0 @@
-From 9ac32aa3cb2ed5242c0fe3c58ef5f571bf2b95d7 Mon Sep 17 00:00:00 2001
-From: Nikias Bassen nik...@gmx.li
-Date: Sun, 24 Mar 2013 02:45:23 +0100
-Subject: [PATCH 1/1] Updated for libimobiledevice = 1.1.5
-

- configure.ac |  4 
- src/ifuse.c  | 20 +++-
- 2 files changed, 23 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 85d131a..ca518ff 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -17,6 +17,10 @@ PKG_CHECK_MODULES(libimobiledevice11, libimobiledevice-1.0 
= 1.1.0, libimobiled
- if test x$libimobiledevice_1_1 = xyes; then
-   AC_DEFINE([HAVE_LIBIMOBILEDEVICE_1_1], 1, [Define if libimobiledevice is 
using 1.1.0 API])
- fi
-+PKG_CHECK_MODULES(libimobiledevice11, libimobiledevice-1.0 = 1.1.5, 
libimobiledevice_1_1_5=yes, libimobiledevice_1_1_5=no)
-+if test x$libimobiledevice_1_1_5 = xyes; then
-+  AC_DEFINE([HAVE_LIBIMOBILEDEVICE_1_1_5], 1, [Define if libimobiledevice is 
using 1.1.5 API])
-+fi
- libimobiledevice_VERSION=`$PKG_CONFIG --modversion libimobiledevice-1.0 
21`
- PKG_CHECK_MODULES(libfuse, fuse = 2.7.0)
- PKG_CHECK_MODULES(libplist, libplist)
-diff --git a/src/ifuse.c b/src/ifuse.c
-index b5735ee..9fafb47 100644
 a/src/ifuse.c
-+++ b/src/ifuse.c
-@@ -71,7 +71,11 @@ static struct {
-   char *appid;
- #endif
-   char *service_name;
-+#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
-+  lockdownd_service_descriptor_t service;
-+#else
-   uint16_t port;
-+#endif
- } opts;
- 
- enum {
-@@ -402,7 +406,11 @@ void *ifuse_init(struct fuse_conn_info *conn)
-   afc_client_new_from_house_arrest_client(house_arrest, afc);
-   } else { 
- #endif
-+#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
-+  afc_client_new(phone, opts.service, afc);
-+#else
-   afc_client_new(phone, opts.port, afc);
-+#endif
- #ifdef HAVE_LIBIMOBILEDEVICE_1_1
-   }
- #endif
-@@ -744,7 +752,13 @@ int main(int argc, char *argv[])
-   return EXIT_FAILURE;
-   }
- 
--  if ((lockdownd_start_service(control, opts.service_name, opts.port) != 
LOCKDOWN_E_SUCCESS) || !opts.port) {
-+  if (
-+#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
-+  (lockdownd_start_service(control, opts.service_name, opts.service) != 
LOCKDOWN_E_SUCCESS) || !opts.service
-+#else
-+  (lockdownd_start_service(control, opts.service_name, opts.port) != 
LOCKDOWN_E_SUCCESS) || !opts.port
-+#endif
-+  ) {
-   lockdownd_client_free(control);
-   idevice_free(phone);
-   fprintf(stderr, Failed to start AFC service '%s' on the 
device.\n, opts.service_name);
-@@ -757,7 +771,11 @@ int main(int argc, char *argv[])
- 
- #ifdef HAVE_LIBIMOBILEDEVICE_1_1
-   if (!strcmp(opts.service_name, HOUSE_ARREST_SERVICE_NAME)) {
-+#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
-+  house_arrest_client_new(phone, opts.service, house_arrest);
-+#else
-   house_arrest_client_new(phone, opts.port, house_arrest);
-+#endif
-   if (!house_arrest) {
-   fprintf(stderr, Could not start document sharing 
service!\n);
-   return EXIT_FAILURE;
--- 
-1.8.4.2
-

Modified: PKGBUILD
===
--- PKGBUILD2014-04-14 16:05:09 UTC (rev 109406)
+++ PKGBUILD2014-04-14 16:07:36 UTC (rev 109407)
@@ -4,23 +4,16 @@
 # Contributor: Gabriel Martinez  reitaka at gmail dot com 
 
 pkgname=ifuse
-pkgver=1.1.2
-pkgrel=5
+pkgver=1.1.3
+pkgrel=1
 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;
-'0001-Updated-for-libimobiledevice-1.1.5.patch')
-md5sums=('4152526b2ac3c505cb41797d997be14d'
-'ca4d4af7f830c10645b605f1572c0ba6')
+source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2;)
+md5sums=('83478c7b531b26db286c293bb25bd917')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/0001-Updated-for-libimobiledevice-1.1.5.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 



[arch-commits] Commit in ifuse/trunk (2 files)

2013-11-06 Thread Federico Cinelli
Date: Wednesday, November 6, 2013 @ 20:53:24
  Author: cinelli
Revision: 100635

upgpkg: ifuse 1.1.2-5

Added:
  ifuse/trunk/0001-Updated-for-libimobiledevice-1.1.5.patch
Modified:
  ifuse/trunk/PKGBUILD

---+
 0001-Updated-for-libimobiledevice-1.1.5.patch |   83 
 PKGBUILD  |   13 ++-
 2 files changed, 93 insertions(+), 3 deletions(-)

Added: 0001-Updated-for-libimobiledevice-1.1.5.patch
===
--- 0001-Updated-for-libimobiledevice-1.1.5.patch   
(rev 0)
+++ 0001-Updated-for-libimobiledevice-1.1.5.patch   2013-11-06 19:53:24 UTC 
(rev 100635)
@@ -0,0 +1,83 @@
+From 9ac32aa3cb2ed5242c0fe3c58ef5f571bf2b95d7 Mon Sep 17 00:00:00 2001
+From: Nikias Bassen nik...@gmx.li
+Date: Sun, 24 Mar 2013 02:45:23 +0100
+Subject: [PATCH 1/1] Updated for libimobiledevice = 1.1.5
+
+---
+ configure.ac |  4 
+ src/ifuse.c  | 20 +++-
+ 2 files changed, 23 insertions(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 85d131a..ca518ff 100644
+--- a/configure.ac
 b/configure.ac
+@@ -17,6 +17,10 @@ PKG_CHECK_MODULES(libimobiledevice11, libimobiledevice-1.0 
= 1.1.0, libimobiled
+ if test x$libimobiledevice_1_1 = xyes; then
+   AC_DEFINE([HAVE_LIBIMOBILEDEVICE_1_1], 1, [Define if libimobiledevice is 
using 1.1.0 API])
+ fi
++PKG_CHECK_MODULES(libimobiledevice11, libimobiledevice-1.0 = 1.1.5, 
libimobiledevice_1_1_5=yes, libimobiledevice_1_1_5=no)
++if test x$libimobiledevice_1_1_5 = xyes; then
++  AC_DEFINE([HAVE_LIBIMOBILEDEVICE_1_1_5], 1, [Define if libimobiledevice is 
using 1.1.5 API])
++fi
+ libimobiledevice_VERSION=`$PKG_CONFIG --modversion libimobiledevice-1.0 
21`
+ PKG_CHECK_MODULES(libfuse, fuse = 2.7.0)
+ PKG_CHECK_MODULES(libplist, libplist)
+diff --git a/src/ifuse.c b/src/ifuse.c
+index b5735ee..9fafb47 100644
+--- a/src/ifuse.c
 b/src/ifuse.c
+@@ -71,7 +71,11 @@ static struct {
+   char *appid;
+ #endif
+   char *service_name;
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  lockdownd_service_descriptor_t service;
++#else
+   uint16_t port;
++#endif
+ } opts;
+ 
+ enum {
+@@ -402,7 +406,11 @@ void *ifuse_init(struct fuse_conn_info *conn)
+   afc_client_new_from_house_arrest_client(house_arrest, afc);
+   } else { 
+ #endif
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  afc_client_new(phone, opts.service, afc);
++#else
+   afc_client_new(phone, opts.port, afc);
++#endif
+ #ifdef HAVE_LIBIMOBILEDEVICE_1_1
+   }
+ #endif
+@@ -744,7 +752,13 @@ int main(int argc, char *argv[])
+   return EXIT_FAILURE;
+   }
+ 
+-  if ((lockdownd_start_service(control, opts.service_name, opts.port) != 
LOCKDOWN_E_SUCCESS) || !opts.port) {
++  if (
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  (lockdownd_start_service(control, opts.service_name, opts.service) != 
LOCKDOWN_E_SUCCESS) || !opts.service
++#else
++  (lockdownd_start_service(control, opts.service_name, opts.port) != 
LOCKDOWN_E_SUCCESS) || !opts.port
++#endif
++  ) {
+   lockdownd_client_free(control);
+   idevice_free(phone);
+   fprintf(stderr, Failed to start AFC service '%s' on the 
device.\n, opts.service_name);
+@@ -757,7 +771,11 @@ int main(int argc, char *argv[])
+ 
+ #ifdef HAVE_LIBIMOBILEDEVICE_1_1
+   if (!strcmp(opts.service_name, HOUSE_ARREST_SERVICE_NAME)) {
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  house_arrest_client_new(phone, opts.service, house_arrest);
++#else
+   house_arrest_client_new(phone, opts.port, house_arrest);
++#endif
+   if (!house_arrest) {
+   fprintf(stderr, Could not start document sharing 
service!\n);
+   return EXIT_FAILURE;
+-- 
+1.8.4.2
+

Modified: PKGBUILD
===
--- PKGBUILD2013-11-06 19:23:24 UTC (rev 100634)
+++ PKGBUILD2013-11-06 19:53:24 UTC (rev 100635)
@@ -5,15 +5,22 @@
 
 pkgname=ifuse
 pkgver=1.1.2
-pkgrel=4
+pkgrel=5
 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')
+source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2;
+'0001-Updated-for-libimobiledevice-1.1.5.patch')
+md5sums=('4152526b2ac3c505cb41797d997be14d'
+'ca4d4af7f830c10645b605f1572c0ba6')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/0001-Updated-for-libimobiledevice-1.1.5.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 



[arch-commits] Commit in ifuse/repos/community-x86_64 (3 files)

2013-11-06 Thread Federico Cinelli
Date: Wednesday, November 6, 2013 @ 20:54:56
  Author: cinelli
Revision: 100637

archrelease: copy trunk to community-x86_64

Added:
  ifuse/repos/community-x86_64/0001-Updated-for-libimobiledevice-1.1.5.patch
(from rev 100636, ifuse/trunk/0001-Updated-for-libimobiledevice-1.1.5.patch)
  ifuse/repos/community-x86_64/PKGBUILD
(from rev 100636, ifuse/trunk/PKGBUILD)
Deleted:
  ifuse/repos/community-x86_64/PKGBUILD

---+
 0001-Updated-for-libimobiledevice-1.1.5.patch |   83 
 PKGBUILD  |   61 +
 2 files changed, 117 insertions(+), 27 deletions(-)

Copied: 
ifuse/repos/community-x86_64/0001-Updated-for-libimobiledevice-1.1.5.patch 
(from rev 100636, ifuse/trunk/0001-Updated-for-libimobiledevice-1.1.5.patch)
===
--- 0001-Updated-for-libimobiledevice-1.1.5.patch   
(rev 0)
+++ 0001-Updated-for-libimobiledevice-1.1.5.patch   2013-11-06 19:54:56 UTC 
(rev 100637)
@@ -0,0 +1,83 @@
+From 9ac32aa3cb2ed5242c0fe3c58ef5f571bf2b95d7 Mon Sep 17 00:00:00 2001
+From: Nikias Bassen nik...@gmx.li
+Date: Sun, 24 Mar 2013 02:45:23 +0100
+Subject: [PATCH 1/1] Updated for libimobiledevice = 1.1.5
+
+---
+ configure.ac |  4 
+ src/ifuse.c  | 20 +++-
+ 2 files changed, 23 insertions(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 85d131a..ca518ff 100644
+--- a/configure.ac
 b/configure.ac
+@@ -17,6 +17,10 @@ PKG_CHECK_MODULES(libimobiledevice11, libimobiledevice-1.0 
= 1.1.0, libimobiled
+ if test x$libimobiledevice_1_1 = xyes; then
+   AC_DEFINE([HAVE_LIBIMOBILEDEVICE_1_1], 1, [Define if libimobiledevice is 
using 1.1.0 API])
+ fi
++PKG_CHECK_MODULES(libimobiledevice11, libimobiledevice-1.0 = 1.1.5, 
libimobiledevice_1_1_5=yes, libimobiledevice_1_1_5=no)
++if test x$libimobiledevice_1_1_5 = xyes; then
++  AC_DEFINE([HAVE_LIBIMOBILEDEVICE_1_1_5], 1, [Define if libimobiledevice is 
using 1.1.5 API])
++fi
+ libimobiledevice_VERSION=`$PKG_CONFIG --modversion libimobiledevice-1.0 
21`
+ PKG_CHECK_MODULES(libfuse, fuse = 2.7.0)
+ PKG_CHECK_MODULES(libplist, libplist)
+diff --git a/src/ifuse.c b/src/ifuse.c
+index b5735ee..9fafb47 100644
+--- a/src/ifuse.c
 b/src/ifuse.c
+@@ -71,7 +71,11 @@ static struct {
+   char *appid;
+ #endif
+   char *service_name;
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  lockdownd_service_descriptor_t service;
++#else
+   uint16_t port;
++#endif
+ } opts;
+ 
+ enum {
+@@ -402,7 +406,11 @@ void *ifuse_init(struct fuse_conn_info *conn)
+   afc_client_new_from_house_arrest_client(house_arrest, afc);
+   } else { 
+ #endif
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  afc_client_new(phone, opts.service, afc);
++#else
+   afc_client_new(phone, opts.port, afc);
++#endif
+ #ifdef HAVE_LIBIMOBILEDEVICE_1_1
+   }
+ #endif
+@@ -744,7 +752,13 @@ int main(int argc, char *argv[])
+   return EXIT_FAILURE;
+   }
+ 
+-  if ((lockdownd_start_service(control, opts.service_name, opts.port) != 
LOCKDOWN_E_SUCCESS) || !opts.port) {
++  if (
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  (lockdownd_start_service(control, opts.service_name, opts.service) != 
LOCKDOWN_E_SUCCESS) || !opts.service
++#else
++  (lockdownd_start_service(control, opts.service_name, opts.port) != 
LOCKDOWN_E_SUCCESS) || !opts.port
++#endif
++  ) {
+   lockdownd_client_free(control);
+   idevice_free(phone);
+   fprintf(stderr, Failed to start AFC service '%s' on the 
device.\n, opts.service_name);
+@@ -757,7 +771,11 @@ int main(int argc, char *argv[])
+ 
+ #ifdef HAVE_LIBIMOBILEDEVICE_1_1
+   if (!strcmp(opts.service_name, HOUSE_ARREST_SERVICE_NAME)) {
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  house_arrest_client_new(phone, opts.service, house_arrest);
++#else
+   house_arrest_client_new(phone, opts.port, house_arrest);
++#endif
+   if (!house_arrest) {
+   fprintf(stderr, Could not start document sharing 
service!\n);
+   return EXIT_FAILURE;
+-- 
+1.8.4.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-06 19:54:28 UTC (rev 100636)
+++ PKGBUILD2013-11-06 19:54:56 UTC (rev 100637)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Thomas Dziedzic   gostrc at gmail 
-# Contributor: Gabriel Martinez  reitaka at gmail dot com 
-
-pkgname=ifuse
-pkgver=1.1.2
-pkgrel=4
-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;)

[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:04:24
  Author: tomegun
Revision: 90339

upgpkg: ifuse 1.1.2-4

libimobiledevice rebuild

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 16:04:21 UTC (rev 90338)
+++ PKGBUILD2013-05-11 16:04:24 UTC (rev 90339)
@@ -5,7 +5,7 @@
 
 pkgname=ifuse
 pkgver=1.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
 url='http://libimobiledevice.org/'
 arch=('i686' 'x86_64')



[arch-commits] Commit in ifuse/repos (4 files)

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:04:31
  Author: tomegun
Revision: 90340

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  ifuse/repos/community-staging-i686/
  ifuse/repos/community-staging-i686/PKGBUILD
(from rev 90339, ifuse/trunk/PKGBUILD)
  ifuse/repos/community-staging-x86_64/
  ifuse/repos/community-staging-x86_64/PKGBUILD
(from rev 90339, ifuse/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: ifuse/repos/community-staging-i686/PKGBUILD (from rev 90339, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-11 16:04:31 UTC (rev 90340)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.2
+pkgrel=4
+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
+}

Copied: ifuse/repos/community-staging-x86_64/PKGBUILD (from rev 90339, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-05-11 16:04:31 UTC (rev 90340)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.2
+pkgrel=4
+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
+}



[arch-commits] Commit in ifuse/repos (6 files)

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:17:25
  Author: tomegun
Revision: 90343

db-move: moved ifuse from [community-staging] to [community] (i686, x86_64)

Added:
  ifuse/repos/community-i686/PKGBUILD
(from rev 90340, ifuse/repos/community-staging-i686/PKGBUILD)
  ifuse/repos/community-x86_64/PKGBUILD
(from rev 90340, ifuse/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  ifuse/repos/community-i686/PKGBUILD
  ifuse/repos/community-staging-i686/
  ifuse/repos/community-staging-x86_64/
  ifuse/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-11 16:17:24 UTC (rev 90342)
+++ community-i686/PKGBUILD 2013-05-11 16:17:25 UTC (rev 90343)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Thomas Dziedzic   gostrc at gmail 
-# Contributor: Gabriel Martinez  reitaka at gmail dot com 
-
-pkgname=ifuse
-pkgver=1.1.2
-pkgrel=3
-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
-}

Copied: ifuse/repos/community-i686/PKGBUILD (from rev 90340, 
ifuse/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-11 16:17:25 UTC (rev 90343)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.2
+pkgrel=4
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-11 16:17:24 UTC (rev 90342)
+++ community-x86_64/PKGBUILD   2013-05-11 16:17:25 UTC (rev 90343)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Thomas Dziedzic   gostrc at gmail 
-# Contributor: Gabriel Martinez  reitaka at gmail dot com 
-
-pkgname=ifuse
-pkgver=1.1.2
-pkgrel=3
-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
-}

Copied: ifuse/repos/community-x86_64/PKGBUILD (from rev 90340, 
ifuse/repos/community-staging-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-11 16:17:25 UTC (rev 90343)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.2
+pkgrel=4
+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
+}



[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:33:41
  Author: cinelli
Revision: 86103

upgpkg: ifuse 1.1.2-3

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 01:24:40 UTC (rev 86102)
+++ PKGBUILD2013-03-12 01:33:41 UTC (rev 86103)
@@ -5,7 +5,7 @@
 
 pkgname=ifuse
 pkgver=1.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
 url='http://libimobiledevice.org/'
 arch=('i686' 'x86_64')



[arch-commits] Commit in ifuse/repos (4 files)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:35:28
  Author: cinelli
Revision: 86105

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ifuse/repos/community-i686/PKGBUILD
(from rev 86103, ifuse/trunk/PKGBUILD)
  ifuse/repos/community-x86_64/PKGBUILD
(from rev 86103, ifuse/trunk/PKGBUILD)
Deleted:
  ifuse/repos/community-i686/PKGBUILD
  ifuse/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   54 ++--
 community-x86_64/PKGBUILD |   54 ++--
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 01:35:26 UTC (rev 86104)
+++ community-i686/PKGBUILD 2013-03-12 01:35:28 UTC (rev 86105)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: 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
-}

Copied: ifuse/repos/community-i686/PKGBUILD (from rev 86103, 
ifuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 01:35:28 UTC (rev 86105)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.2
+pkgrel=3
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 01:35:26 UTC (rev 86104)
+++ community-x86_64/PKGBUILD   2013-03-12 01:35:28 UTC (rev 86105)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: 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
-}

Copied: ifuse/repos/community-x86_64/PKGBUILD (from rev 86103, 
ifuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 01:35:28 UTC (rev 86105)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.2
+pkgrel=3
+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
+}



[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2013-03-01 Thread Federico Cinelli
Date: Saturday, March 2, 2013 @ 03:09:39
  Author: cinelli
Revision: 85491

upgpkg: ifuse 1.1.2-2

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-02 02:07:10 UTC (rev 85490)
+++ PKGBUILD2013-03-02 02:09:39 UTC (rev 85491)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
 # Contributor: Gabriel Martinez  reitaka at gmail dot com 
 
 pkgname=ifuse
@@ -10,17 +11,17 @@
 arch=('i686' 'x86_64')
 license=('LGPL2.1')
 depends=('libimobiledevice' 'fuse')
-source=(http://www.libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2;)
+source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2;)
 md5sums=('4152526b2ac3c505cb41797d997be14d')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in ifuse/repos (4 files)

2013-03-01 Thread Federico Cinelli
Date: Saturday, March 2, 2013 @ 03:11:04
  Author: cinelli
Revision: 85492

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ifuse/repos/community-i686/PKGBUILD
(from rev 85491, ifuse/trunk/PKGBUILD)
  ifuse/repos/community-x86_64/PKGBUILD
(from rev 85491, ifuse/trunk/PKGBUILD)
Deleted:
  ifuse/repos/community-i686/PKGBUILD
  ifuse/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   53 ++--
 community-x86_64/PKGBUILD |   53 ++--
 2 files changed, 54 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-02 02:09:39 UTC (rev 85491)
+++ community-i686/PKGBUILD 2013-03-02 02:11:04 UTC (rev 85492)
@@ -1,26 +0,0 @@
-# $Id$
-# 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
-}

Copied: ifuse/repos/community-i686/PKGBUILD (from rev 85491, 
ifuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-02 02:11:04 UTC (rev 85492)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: 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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-02 02:09:39 UTC (rev 85491)
+++ community-x86_64/PKGBUILD   2013-03-02 02:11:04 UTC (rev 85492)
@@ -1,26 +0,0 @@
-# $Id$
-# 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
-}

Copied: ifuse/repos/community-x86_64/PKGBUILD (from rev 85491, 
ifuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-02 02:11:04 UTC (rev 85492)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: 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
+}