#Maintainer: George Vlahavas pkgname=libcdaudio pkgver=0.99.12p2 pkgrel=2gv source=(http://sourceforge.net/projects/libcdaudio/files/libcdaudio/libcdaudio-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://libcdaudio.sourceforge.net/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libcdaudio (a library for controlling audio CDs)" "libcdaudio is a portable library for controlling audio CDs. It is also" "able to manage transfers of information with the CDDB" "(http://www.freedb.org/) and CDIndex systems." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }