# $Id: PKGBUILD 155443 2012-04-03 18:01:23Z andyrtr $ # Maintainer: Andreas Radke # Contributor: William Rea pkgname=libburn pkgver=1.2.2 #.pl01 pkgrel=1 pkgdesc="Library for reading, mastering and writing optical discs" arch=('i686' 'x86_64') url="http://libburnia.pykix.org/" license=('GPL') depends=('glibc') source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig}) options=('!libtool' '!emptydirs') md5sums=('7878b3af82752d391f2613fcf1b18d4c' 'e4903839d6dc3a93b50102b98a5362f4') build() { cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/} ./configure --prefix=/usr --disable-static make } package() { cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/} make DESTDIR=${pkgdir} install }