[arch-commits] Commit in libindi/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sat Jul 6 18:46:00 UTC 2013
Date: Saturday, July 6, 2013 @ 20:46:00
Author: andrea
Revision: 189732
upgpkg: libindi 0.9.6-3
boost rebuild
Modified:
libindi/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-07-06 18:45:52 UTC (rev 189731)
+++ PKGBUILD 2013-07-06 18:46:00 UTC (rev 189732)
@@ -4,7 +4,7 @@
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 @@
source=("http://downloads.sourceforge.net/indi/${pkgname}_${pkgver}.tar.gz")
md5sums=('c1456544a36f543e2884f88913cf3eb0')
+prepare() {
+ mkdir build
+}
+
build() {
- mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
More information about the arch-commits
mailing list