#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com)

pkgname=libburn
pkgver=0.7.0
pkgrel=1gv
arch=i486
source=("http://files.libburnia-project.org/releases/libburn-$pkgver.pl00.tar.gz")
sourcetemplate=http://pnboy.pinguix.com/gapan/libburnia/$pkgname
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "contributors" "copyright")
url=http://libburnia.pykix.org/

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"libburn - a library for reading, mastering and writing optical discs."
"libburnia is a project comprised of libraries, language bindings, and"
"middleware binaries that emulate classic and valuable Linux tools."
"Currently that means reading, mastering and writing optical discs."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static
	make || return 1
	make install DESTDIR=$startdir/pkg
}