# Description: libburn is a library for writing preformatted data onto optical media # URL: http://icculus.org/burn/ # Packager: tnut at nutyx dot org name=libburn version=1.4.2 release=1 source=(http://files.libburnia-project.org/releases/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --disable-static make make DESTDIR=$PKG install }