ifuse update

This commit is contained in:
Neophytos 2012-11-22 20:48:08 +00:00
parent dc584b09d2
commit 1e4ac6c442

View File

@ -1,25 +1,19 @@
# #
# Chakra Packages for Chakra, part of chakra-project.org # Apps Packages for Chakra, part of chakra-project.org
# #
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org> # maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
#from AUR package http://aur.archlinux.org/packages.php?ID=26724
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=ifuse pkgname=ifuse
pkgver=1.1.1 pkgver=1.1.2
pkgrel=2 pkgrel=1
pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch' pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
url='http://libimobiledevice.org/' url='http://libimobiledevice.org/'
arch=('i686' 'x86_64') arch=('x86_64')
license=('LGPL2.1') license=('LGPL2.1')
depends=('libimobiledevice' 'fuse') depends=('libimobiledevice' 'fuse')
categories=('utils') categories=('utils')
source=("http://www.libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2") source=("http://www.libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2")
md5sums=('8d528a79de024b91f12f8ac67965c37c') md5sums=('4152526b2ac3c505cb41797d997be14d')
build() { build() {
cd ${pkgname}-${pkgver} cd ${pkgname}-${pkgver}