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

Andrea Scarpino andrea at archlinux.org
Mon Apr 30 07:57:28 UTC 2012


    Date: Monday, April 30, 2012 @ 03:57:27
  Author: andrea
Revision: 157971

db-move: moved libical from [testing] to [extra] (x86_64)

Added:
  libical/repos/extra-x86_64/PKGBUILD
    (from rev 157969, libical/repos/testing-x86_64/PKGBUILD)
Deleted:
  libical/repos/extra-x86_64/PKGBUILD
  libical/repos/testing-x86_64/

----------+
 PKGBUILD |   60 +++++++++++++++++++++++++++++-------------------------------
 1 file changed, 29 insertions(+), 31 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-04-30 07:57:26 UTC (rev 157970)
+++ extra-x86_64/PKGBUILD	2012-04-30 07:57:27 UTC (rev 157971)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=libical
-pkgver=0.46
-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')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz")
-md5sums=('9c08f88945bfd5d0791d102e4aa4125c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./autogen.sh
-  libtoolize --force
-  ./configure --prefix=/usr \
-    --enable-shared \
-    --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libical/repos/extra-x86_64/PKGBUILD (from rev 157969, libical/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-30 07:57:27 UTC (rev 157971)
@@ -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