From b3c1c6f9cd94cbf5424b75c9b8ba16d46aa8c974 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 19 Jul 2019 21:38:40 +0100 Subject: app-office/fet : version bump --- app-office/fet/fet-5.38.1.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app-office/fet/fet-5.38.1.ebuild (limited to 'app-office/fet/fet-5.38.1.ebuild') diff --git a/app-office/fet/fet-5.38.1.ebuild b/app-office/fet/fet-5.38.1.ebuild new file mode 100644 index 00000000..caa834ce --- /dev/null +++ b/app-office/fet/fet-5.38.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils qmake-utils + +DESCRIPTION="Opensource school/high-school/university timetable scheduling software" +HOMEPAGE="http://lalescu.ro/liviu/fet/" +SRC_URI="http://lalescu.ro/liviu/${PN}/download/${P}.tar.bz2" + +LICENSE="AGPL3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwidgets:5" +RDEPEND="${DEPEND}" + +src_configure () { + eqmake5 ${PN}.pro +} + +src_install () { + emake INSTALL_ROOT=${D} install || die +} -- cgit v1.2.3