summaryrefslogtreecommitdiff
path: root/extra/libindi/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-07-14 15:27:23 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-07-14 15:27:23 -0300
commita594ebe149ad81798984a410c036a0965df1581a (patch)
tree9f92df878175fe438860b196b7394ec8f0bac4cd /extra/libindi/PKGBUILD
parent03d128385c4ca773e67c93729a45899590d0d99e (diff)
parentd525d9a731f5d79c1128a192b9d2977a2967570f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/codeblocks/PKGBUILD community/gnash/PKGBUILD community/i3lock/PKGBUILD community/instead/PKGBUILD extra/asio/PKGBUILD extra/cups/PKGBUILD extra/libdrm/PKGBUILD extra/liborigin2/PKGBUILD extra/mesa/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/ocrad/PKGBUILD extra/qtiplot/PKGBUILD extra/scribus/PKGBUILD extra/xdg-user-dirs/PKGBUILD
Diffstat (limited to 'extra/libindi/PKGBUILD')
-rw-r--r--extra/libindi/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/libindi/PKGBUILD b/extra/libindi/PKGBUILD
index e1ba0323e..f5954e389 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 <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
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 \