From d525d9a731f5d79c1128a192b9d2977a2967570f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 14 Jul 2013 01:49:21 -0700 Subject: Sun Jul 14 01:49:07 PDT 2013 --- extra/libindi/PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'extra/libindi/PKGBUILD') diff --git a/extra/libindi/PKGBUILD b/extra/libindi/PKGBUILD index 434a909be..2b722ee5c 100644 --- a/extra/libindi/PKGBUILD +++ b/extra/libindi/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 188185 2013-06-11 20:41:28Z andrea $ +# $Id: PKGBUILD 190040 2013-07-13 12:41:09Z svenstaro $ # Maintainer: Andrea Scarpino # Contributor: Tobias Powalowski pkgname=libindi pkgver=0.9.6 -pkgrel=2 +pkgrel=3 pkgdesc="A distributed control protocol designed to operate astronomical instrumentation" url="http://www.indilib.org/index.php?title=Main_Page" license=('GPL2') @@ -15,8 +15,11 @@ options=('!libtool') source=("http://downloads.sourceforge.net/indi/${pkgname}_${pkgver}.tar.gz") md5sums=('c1456544a36f543e2884f88913cf3eb0') -build() { +prepare() { mkdir build +} + +build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -- cgit v1.2.3-54-g00ecf