[arch-commits] Commit in libburn/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Jun 16 18:29:21 UTC 2010


    Date: Wednesday, June 16, 2010 @ 14:29:21
  Author: andyrtr
Revision: 82764

upgpkg: libburn 0.8.2.pl00-1
new version 0.8.2

Modified:
  libburn/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-16 18:16:03 UTC (rev 82763)
+++ PKGBUILD	2010-06-16 18:29:21 UTC (rev 82764)
@@ -3,7 +3,7 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=libburn
-pkgver=0.8.0.pl00
+pkgver=0.8.2.pl00
 pkgrel=1
 pkgdesc="Library for reading, mastering and writing optical discs"
 arch=('i686' 'x86_64')
@@ -12,12 +12,16 @@
 depends=('glibc')
 source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool' '!emptydirs')
-md5sums=('5dc47d0c089dc1310f03dc99edcfeaf0')
+md5sums=('8acef4e02623ab23973410228a0fc4df')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver/.pl??/}
   ./configure --prefix=/usr --disable-static
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/.pl??/}
   make DESTDIR=${pkgdir} install || return 1
 }
 




More information about the arch-commits mailing list