Date: Friday, April 28, 2017 @ 17:44:53 Author: andyrtr Revision: 295004
archrelease: copy trunk to extra-i686 Added: libburn/repos/extra-i686/PKGBUILD (from rev 295003, libburn/trunk/PKGBUILD) Deleted: libburn/repos/extra-i686/PKGBUILD ----------+ PKGBUILD | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2017-04-28 17:44:41 UTC (rev 295003) +++ PKGBUILD 2017-04-28 17:44:53 UTC (rev 295004) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Andreas Radke <andy...@archlinux.org> -# Contributor: William Rea <sillywi...@gmail.com> - -pkgname=libburn -pkgver=1.4.6 # .pl01 -pkgrel=1 -pkgdesc="Library for reading, mastering and writing optical discs" -arch=('i686' '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 <scdbac...@gmx.net> - -build() { - cd ${pkgname}-${pkgver/.pl01/} - ./configure --prefix=/usr --disable-static - make -} - -package() { - cd ${pkgname}-${pkgver/.pl01/} - make DESTDIR=${pkgdir} install -} - Copied: libburn/repos/extra-i686/PKGBUILD (from rev 295003, libburn/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2017-04-28 17:44:53 UTC (rev 295004) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Andreas Radke <andy...@archlinux.org> +# Contributor: William Rea <sillywi...@gmail.com> + +pkgname=libburn +pkgver=1.4.6 # .pl01 +pkgrel=1 +pkgdesc="Library for reading, mastering and writing optical discs" +arch=('i686' 'x86_64') +url="https://dev.lovelyhq.com/libburnia" +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 <scdbac...@gmx.net> + +build() { + cd ${pkgname}-${pkgver/.pl01/} + ./configure --prefix=/usr --disable-static + make +} + +package() { + cd ${pkgname}-${pkgver/.pl01/} + make DESTDIR=${pkgdir} install +} +