sci-electronics/uconfig - 9999 (waebbl)

Search

Package Information

Description:
Datasheet pinout extractor from PDF and library Stylizer for Kicad.
Homepage:
https://github.com/Robotips/uConfig
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3 qmake-utils

DESCRIPTION="Datasheet pinout extractor from PDF and library Stylizer for Kicad."
HOMEPAGE="https://github.com/Robotips/uConfig"
EGIT_REPO_URI="https://github.com/Robotips/uConfig.git"

LICENSE="GPL-3"
SLOT="0"
IUSE=""

RDEPEND="
	>=dev-qt/qtcore-5.2:5
	app-text/poppler
"
DEPEND="${RDEPEND}"

src_configure() {
	eqmake5 -r PREFIX="/usr" "${S}/src/uConfig.pro"
}

src_install() {
	emake INSTALL_ROOT="${D}" install
	dolib.so bin/libkicad.so*
	dolib.so bin/libpdf_extract.so*
	dobin bin/uconfig
	dobin bin/uconfig_gui
}

Dependencies

DEPEND

	>=dev-qt/qtcore-5.2:5
	app-text/poppler

RDEPEND

	>=dev-qt/qtcore-5.2:5
	app-text/poppler