sci-libs/indilib-driver-nightscape - 2.1.9 (hamari)

Search

Package Information

Description:
INDI driver for the Celestron Nightscape 8300 line of CCDs
Homepage:
http://indilib.org
License:
LGPL-2

Ebuild Details

Version EAPI Keywords Slot
2.1.9 8 ~amd64 ~x86 0/1
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake udev

DESCRIPTION="INDI driver for the Celestron Nightscape 8300 line of CCDs"
HOMEPAGE="http://indilib.org"

if [[ ${PV} == "9999" ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/indilib/indi-3rdparty.git"
	EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
	MY_S="${EGIT_CHECKOUT_DIR}"
else
	SRC_URI="https://github.com/indilib/indi-3rdparty/archive/v${PV}.tar.gz -> indilib-3rdparty-${PV}.tar.gz"
	KEYWORDS="~amd64 ~x86"
	MY_S="${WORKDIR}/indi-3rdparty-${PV}"
fi

S="${MY_S}/indi-${PN##*-driver-}"

LICENSE="LGPL-2"
SLOT="0/1"

DEPEND="
	dev-embedded/libftdi:1
	=sci-libs/indilib-$(ver_cut 1-3)*
	virtual/udev
"
RDEPEND="${DEPEND}"

pkg_postinst() {
	udev_reload
}

pkg_postrm() {
	udev_reload
}

Dependencies

DEPEND

	dev-embedded/libftdi:1
	=sci-libs/indilib-$(ver_cut 1-3)*
	virtual/udev

RDEPEND

	dev-embedded/libftdi:1
	=sci-libs/indilib-$(ver_cut 1-3)*
	virtual/udev

Manifest for 2.1.9

Type File Size Source URLs
DIST indilib-3rdparty-2.1.9.tar.gz 301534874 bytes https://github.com/indilib/indi-3rdparty/archive/v2.1.9.tar.gz