# Description: A library with common code used by libraries and tools around the libimobiledevice project # URL: https://github.com/libimobiledevice/libimobiledevice-glue # Maintainer: Jay Lanagan, j at lngn dot net # Depends on: libplist name=libimobiledevice-glue version=1.3.2 release=1 source=(https://github.com/libimobiledevice/$name/releases/download/$version/$name-$version.tar.bz2) build() { cd $name-${version}* ./configure --prefix=/usr make make DESTDIR=$PKG install rm $PKG/usr/lib/*.la }