Date: Monday, October 21, 2013 @ 14:11:03 Author: andrea Revision: 196976
archrelease: copy trunk to extra-i686, extra-x86_64 Added: libical/repos/extra-i686/PKGBUILD (from rev 196975, libical/trunk/PKGBUILD) libical/repos/extra-x86_64/PKGBUILD (from rev 196975, libical/trunk/PKGBUILD) Deleted: libical/repos/extra-i686/PKGBUILD libical/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 64 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 29 --------------------- extra-x86_64/PKGBUILD | 29 --------------------- 3 files changed, 64 insertions(+), 58 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2013-10-21 12:10:55 UTC (rev 196975) +++ extra-i686/PKGBUILD 2013-10-21 12:11:03 UTC (rev 196976) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> -# Contributor: Pierre Schmitz <pie...@archlinux.de> - -pkgname=libical -pkgver=1.0 -pkgrel=2 -pkgdesc="An open source reference implementation of the icalendar data type and serialization format" -arch=('i686' 'x86_64') -url='http://sourceforge.net/projects/freeassociation/' -license=('LGPL' 'MPL') -depends=('glibc') -makedepends=('cmake') -source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz") -md5sums=('4438c31d00ec434f02867a267a92f8a1') - -build() { - mkdir -p build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: libical/repos/extra-i686/PKGBUILD (from rev 196975, libical/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-10-21 12:11:03 UTC (rev 196976) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgname=libical +pkgver=1.0 +pkgrel=3 +pkgdesc="An open source reference implementation of the icalendar data type and serialization format" +arch=('i686' 'x86_64') +url='http://sourceforge.net/projects/freeassociation/' +license=('LGPL' 'MPL') +depends=('glibc') +makedepends=('cmake') +source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz") +md5sums=('4438c31d00ec434f02867a267a92f8a1') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2013-10-21 12:10:55 UTC (rev 196975) +++ extra-x86_64/PKGBUILD 2013-10-21 12:11:03 UTC (rev 196976) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> -# Contributor: Pierre Schmitz <pie...@archlinux.de> - -pkgname=libical -pkgver=1.0 -pkgrel=2 -pkgdesc="An open source reference implementation of the icalendar data type and serialization format" -arch=('i686' 'x86_64') -url='http://sourceforge.net/projects/freeassociation/' -license=('LGPL' 'MPL') -depends=('glibc') -makedepends=('cmake') -source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz") -md5sums=('4438c31d00ec434f02867a267a92f8a1') - -build() { - mkdir -p build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: libical/repos/extra-x86_64/PKGBUILD (from rev 196975, libical/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-10-21 12:11:03 UTC (rev 196976) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgname=libical +pkgver=1.0 +pkgrel=3 +pkgdesc="An open source reference implementation of the icalendar data type and serialization format" +arch=('i686' 'x86_64') +url='http://sourceforge.net/projects/freeassociation/' +license=('LGPL' 'MPL') +depends=('glibc') +makedepends=('cmake') +source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz") +md5sums=('4438c31d00ec434f02867a267a92f8a1') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}