summaryrefslogtreecommitdiff
path: root/extra/libindi/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-19 11:41:31 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-19 11:41:31 -0300
commit8a79dffbc1b5f55765698c420217bb06f67bb684 (patch)
tree8f8b0ee50fcd68c6572d7e7f8ce26150ac1dd430 /extra/libindi/PKGBUILD
parent35d3377392b5d0678453096f87df70faf87f72c6 (diff)
parent5457eacc747fc3f91e10a1f452230b1feac39eff (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/camlp5-transitional/PKGBUILD community/camlp5/PKGBUILD community/compizconfig-backend-kconfig/PKGBUILD community/libtrash/PKGBUILD community/mediastreamer/PKGBUILD community/python-pycurl/PKGBUILD extra/alpine/PKGBUILD extra/anjuta-extras/PKGBUILD extra/aufs2-util/PKGBUILD extra/bitlbee/PKGBUILD extra/cups/PKGBUILD extra/dotconf/PKGBUILD extra/fbida/PKGBUILD extra/fvwm-devel/PKGBUILD extra/libdmtx/PKGBUILD extra/libindi/PKGBUILD extra/mousepad/PKGBUILD extra/pysmbc/PKGBUILD extra/rcs/PKGBUILD extra/xfprint/PKGBUILD multilib-testing/lib32-mesa/PKGBUILD multilib/lib32-llvm/PKGBUILD multilib/lib32-llvm/cindexer-clang-path.patch multilib/lib32-llvm/clang-plugin-loader-registry.patch multilib/lib32-llvm/clang-pure64.patch multilib/lib32-llvm/clang-toolchains-gcc-versions.patch multilib/lib32-llvm/enable-lto.patch multilib/lib32-mesa/PKGBUILD testing/mesa/PKGBUILD testing/perl/ChangeLog testing/perl/PKGBUILD
Diffstat (limited to 'extra/libindi/PKGBUILD')
-rw-r--r--extra/libindi/PKGBUILD24
1 files changed, 9 insertions, 15 deletions
diff --git a/extra/libindi/PKGBUILD b/extra/libindi/PKGBUILD
index 0b70ae5ff..0de4645b0 100644
--- a/extra/libindi/PKGBUILD
+++ b/extra/libindi/PKGBUILD
@@ -3,29 +3,23 @@
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=libindi
-pkgver=0.7.2
+pkgver=0.8
pkgrel=1
pkgdesc="A distributed control protocol designed to operate astronomical instrumentation"
url="http://www.indilib.org/index.php?title=Main_Page"
license=('GPL2')
-arch=('i686' 'x86_64' 'mips64el')
-depends=('gcc-libs' 'zlib' 'libnova' 'cfitsio')
-makedepends=('pkgconfig' 'cmake')
+arch=('i686' 'x86_64')
+depends=('libnova' 'cfitsio' 'boost-libs')
+makedepends=('pkgconfig' 'cmake' 'boost')
provides=('indilib')
replaces=('indilib')
conflicts=('indilib')
options=('!libtool')
-source=("http://downloads.sourceforge.net/indi/${pkgname}_${pkgver}.tar.gz"
- 'linking-pthread.patch')
-md5sums=('a78a77dc2322a46f5bf4c5d75380e8b0'
- '1ebc282e259cb0c9c52cad3dadd5e044')
+source=("http://downloads.sourceforge.net/indi/${pkgname}_${pkgver}.tar.gz")
+md5sums=('ca2b7c56431eb5e08218929e5eb72150')
build() {
- # fixed upstream
- cd ${srcdir}/${pkgname}-${pkgver}
- patch -Np2 -i ${srcdir}/linking-pthread.patch
-
- cd ${srcdir}
+ cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
@@ -35,6 +29,6 @@ build() {
}
package() {
- cd ${srcdir}/build
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
}