mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 07:47:22 +08:00
ifuse update
This commit is contained in:
parent
dc584b09d2
commit
1e4ac6c442
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user