#Packager: George Vlahavas pkgname=libplist pkgver=1.3 pkgrel=1gv source=(http://github.com/downloads/JonathanBeck/libplist/libplist-$pkgver.tar.bz2) docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo") url=http://www.libimobiledevice.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libplist (Library for handling Apple binary and XML property lists)" "libplist is a library for reading and writing the Apple binary and XML" "property lists format. It's part of the libiphone stack, providing" "access to Ipod and Iphone devices." ) build() { cd $startdir/src/$pkgname-$pkgver mkdir build cd build cmake .. \ -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DCMAKE_INSTALL_LIBDIR:PATH=lib${LIBDIRSUFFIX} make || return 1 make install DESTDIR=$startdir/pkg }