#Packager: Dimitris Tzemos pkgname=libspotify pkgver=12.1.51 pkgrel=1dj arch=i686 source=("http://developer.spotify.com/download/libspotify/$pkgname-$pkgver-Linux-$arch-release.tar.gz") docs=("ChangeLog" "LICENSE" "README") url="https://developer.spotify.com/technologies/libspotify/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Libspotify (Spotify Music Service Library)" "The libspotify C API package allows third-party developers to" "write applications that utilize the Spotify music streaming" "service. Hopefully, this will enable and inspire you to build" "some really cool stuff. We’re looking forward to seeing what" "you can come up with." ) build() { cd $SRC/$pkgname-$pkgver-Linux-$arch-release sed -i 's/ldconfig//' Makefile || return 1 CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ make prefix=$PKG/usr install || return 1 #mv $PKG/usr/lib $PKG/usr/lib64 || return 1 }