[arch-commits] Commit in libical/repos (4 files)

Andrea Scarpino andrea at archlinux.org
Mon Apr 30 07:34:54 UTC 2012


    Date: Monday, April 30, 2012 @ 03:34:54
  Author: andrea
Revision: 157969

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libical/repos/testing-i686/
  libical/repos/testing-i686/PKGBUILD
    (from rev 157968, libical/trunk/PKGBUILD)
  libical/repos/testing-x86_64/
  libical/repos/testing-x86_64/PKGBUILD
    (from rev 157968, libical/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: libical/repos/testing-i686/PKGBUILD (from rev 157968, libical/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-30 07:34:54 UTC (rev 157969)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=libical
+pkgver=0.48
+pkgrel=1
+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')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz")
+md5sums=('e549f434d5fbf9cd156c60ed4943618f')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+    --enable-shared \
+    --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libical/repos/testing-x86_64/PKGBUILD (from rev 157968, libical/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-30 07:34:54 UTC (rev 157969)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=libical
+pkgver=0.48
+pkgrel=1
+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')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz")
+md5sums=('e549f434d5fbf9cd156c60ed4943618f')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+    --enable-shared \
+    --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list