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

Pierre Schmitz pierre at archlinux.org
Tue Sep 2 23:41:24 UTC 2008


    Date: Tuesday, September 2, 2008 @ 19:41:24
  Author: pierre
Revision: 11767

will be needed by upcomming KDE

Added:
  libical/
  libical/repos/
  libical/trunk/
  libical/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Added: libical/trunk/PKGBUILD
===================================================================
--- libical/trunk/PKGBUILD	                        (rev 0)
+++ libical/trunk/PKGBUILD	2008-09-02 23:41:24 UTC (rev 11767)
@@ -0,0 +1,21 @@
+# $Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=libical
+pkgver=0.32
+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/sourceforge/freeassociation/${pkgname}-${pkgver}.tar.gz")
+md5sums=('7e38be0c75769e62b7f76c5b6f373db9')
+
+build() {
+	cd $srcdir/${pkgname}-${pkgver}
+	./configure --prefix=/usr --enable-shared --disable-static
+	make
+	make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list