mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 14:14:45 +08:00
Remove indilib
It is not required by any package, and it has been repackaged as libindi in desktop, where it uses a newer version.
This commit is contained in:
parent
81d4d04490
commit
1f4ab0b719
@ -1,27 +0,0 @@
|
||||
pkgname=indilib
|
||||
pkgver=1.1.0
|
||||
pkgrel=3
|
||||
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=('x86_64')
|
||||
depends=('zlib' 'libnova' 'libjpeg-turbo' 'gsl')
|
||||
makedepends=('cmake' 'cfitsio')
|
||||
source=(http://downloads.sourceforge.net/project/indi/libindi_${pkgver}.tar.gz)
|
||||
md5sums=('0002e231177e382e1aacd6369044db22')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
mkdir -p build && cd build
|
||||
cmake ../libindi_${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/build
|
||||
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
Loading…
Reference in New Issue
Block a user