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

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

SLACKREQ='libusbmuxd libplist openssl '
SLACKDESC="libimobiledevice: libimobiledevice $PKGVER (iOS devices access library)
libimobiledevice: 
libimobiledevice: A library to communicate with services of Apple iOS devices using 
libimobiledevice: native protocols.
libimobiledevice: 
libimobiledevice: http://www.libimobiledevice.org/
libimobiledevice: 
libimobiledevice: 
libimobiledevice: 
libimobiledevice: 
libimobiledevice: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static" # --disable-openssl use gnutls/libtasn1, seems to be broken
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


