pkgname=libburn pkgver=1.4.6 pkgrel=1 pkgdesc="Library for reading, mastering and writing optical discs" arch=('x86_64') url="http://libburnia-project.org" license=('GPL') depends=('glibc') source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig}) options=('!emptydirs') md5sums=('eeab90dfd8b6ae95748a64009b02e4ec' 'SKIP') validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt build() { cd ${pkgname}-${pkgver/.pl01/} ./configure --prefix=/usr --disable-static make } package() { cd ${pkgname}-${pkgver/.pl01/} make DESTDIR=${pkgdir} install }