### this file is sourced not run
PKGVER=1.1.3
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=ifuse-$PKGVER.tar.bz2
MD5SUM=83478c7b531b26db286c293bb25bd917
SRC_URL=http://www.libimobiledevice.org/downloads/$TARBALL
BUNDLE=

SLACKREQ='usbmuxd libimobiledevice libusbmuxd libplist '
SLACKDESC="ifuse: ifuse $PKGVER (iOS devices filesystem access)
ifuse: 
ifuse: A fuse filesystem implementation to access the contents of iOS 
ifuse: devices.
ifuse: 
ifuse: http://www.libimobiledevice.org/
ifuse: 
ifuse: 
ifuse: 
ifuse: 
ifuse: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


