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

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

SLACKREQ='usbmuxd libimobiledevice libusbmuxd libplist libzip' # python build-time
SLACKDESC="ideviceinstaller: ideviceinstaller $PKGVER (install/remove iOS apps)
ideviceinstaller: 
ideviceinstaller: ideviceinstaller is a tool to interact with the installation_proxy of 
ideviceinstaller: an iOS device allowing to install, upgrade, uninstall, archive, 
ideviceinstaller: restore, and enumerate installed or archived apps.
ideviceinstaller: 
ideviceinstaller: http://www.libimobiledevice.org/
ideviceinstaller: 
ideviceinstaller: 
ideviceinstaller: 
ideviceinstaller: 
"

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

	# remove -Werror
	cd /tmp/ideviceinstaller* &&
	sed -i -e 's|-Werror||g' configure.ac &&
	autoreconf -fi &&
	
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


