# Description: A cross-platform protocol library to communicate with iOS devices # URL: https://github.com/libimobiledevice/libtatsu # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: libplist name=libtatsu version=7e1647b release=1 source=(https://github.com/libimobiledevice/$name/archive/$version/$name-7e1647b9883ff1daa6363de20af2c4129ed45dcd.tar.gz) build() { cd $name-${version}* export PYTHON="/usr/bin/python3" # configure will break if no version is found echo "1.3.0" > .tarball-version ./autogen.sh ./configure --prefix=/usr \ --without-cython make make DESTDIR=$PKG install rm -f $PKG/{,usr/}lib/*.la }