summaryrefslogtreecommitdiff
path: root/extra/libical/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-22 01:11:27 -0700
committerroot <root@rshg054.dnsready.net>2013-10-22 01:11:27 -0700
commitd5839dd449651d7781de570240f3d0a1a9162320 (patch)
tree59a51057ead59eda118056ff05b1e2b941fa356b /extra/libical/PKGBUILD
parent61f20cbeb90ac877764e14b7c4e1c5c08b3e5383 (diff)
Tue Oct 22 01:11:15 PDT 2013
Diffstat (limited to 'extra/libical/PKGBUILD')
-rw-r--r--extra/libical/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/libical/PKGBUILD b/extra/libical/PKGBUILD
index ec0d68a5b..6808b42b0 100644
--- a/extra/libical/PKGBUILD
+++ b/extra/libical/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 185545 2013-05-14 21:40:24Z andrea $
+# $Id: PKGBUILD 196976 2013-10-21 12:11:03Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=libical
pkgver=1.0
-pkgrel=2
+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/'
@@ -14,8 +14,11 @@ makedepends=('cmake')
source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz")
md5sums=('4438c31d00ec434f02867a267a92f8a1')
+prepare() {
+ mkdir build
+}
+
build() {
- mkdir -p build
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \