mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
560 B
Plaintext
17 lines
560 B
Plaintext
PKG_NAME="ifuse"
|
|
PKG_VERSION="1.0.0"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.libimobiledevice.org"
|
|
PKG_URL="http://www.libimobiledevice.org/downloads/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS="fuse glib libimobiledevice"
|
|
PKG_BUILD_DEPENDS="toolchain fuse glib libimobiledevice"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="system"
|
|
PKG_SHORTDESC="ifuse: a fuse filesystem for mounting iPhone and iPod touch devices"
|
|
PKG_LONGDESC="ifise is a fuse filesystem for mounting iPhone and iPod touch devices"
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="yes"
|