mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 17:57:13 +08:00
removed duplicate, indilib is in platform
This commit is contained in:
parent
bb98054f16
commit
4f347b190c
@ -1,32 +0,0 @@
|
||||
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
|
||||
# Maintainer (i686): Phil Miller <philm@chakra-project[dog]org>
|
||||
# Maintainer (x86_64): Manuel Tortosa <manutortosa@chakra-project@org>
|
||||
|
||||
# Include global configuration
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=indilib
|
||||
pkgver=0.8
|
||||
pkgrel=1
|
||||
pkgdesc="INDI is an instrument neutral distributed interface control protocol that aims to provide backend driver support and automation for a wide range of Astronomical devices (telescopes, focusers, CCDs..etc)."
|
||||
url="http://indi.sourceforge.net/"
|
||||
license=('GPL2')
|
||||
arch=('i686' 'x86_64')
|
||||
depends=('gcc-libs' 'zlib' 'libnova>=0.13.0')
|
||||
makedepends=('pkgconfig' 'cmake' 'cfitsio')
|
||||
source=(http://downloads.sourceforge.net/project/indi/indilib/${pkgver}/libindi_$pkgver.tar.gz)
|
||||
options=(!libtool)
|
||||
md5sums=('ca2b7c56431eb5e08218929e5eb72150')
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../libindi-$pkgver \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
Loading…
Reference in New Issue
Block a user