mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sci-electronics/quartus-prime-lite: New package to be maintained by 'undersys'
ebuild by undersys and will be proxy maintainer under management of the proxy-maintainers project: - comes with a new license entitled "Quartus-prime-megacore", checked and endorsed by license team, - license is of type EULA and has been added to license groups accordingly, - this is a binary packagem installs into /opt, - user need d'load tarball separately, restrict set with fetch & bindinst, - ebuild prepared and reviewd by members of proxy maintaines & ulm - all ebuild revisions and patches submitted via the gentoo bug Gentoo bug :#569302 Package-Manager: portage-2.2.24
This commit is contained in:
1
sci-electronics/quartus-prime-lite/Manifest
Normal file
1
sci-electronics/quartus-prime-lite/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST Quartus-lite-15.1.0.185-linux.tar 5969776640 SHA256 fd670ee4caee69e9533b7a826af1040bc0e35ef68ca1b43e73d8b69cbf14c7f4 SHA512 7996bc9e0561b650c0318d608b4f59560dd631e3a38c403105f797049c395ce25a0ff5d4346cf6e91338fa297d7e8752ef5a3f83f496d4431ad3591de4335045 WHIRLPOOL 1549939fc9e7ce94b9b2c3032db78ff66ca1f4542831fe15fadb83ba0efab4305430924ed0ac3d47288f7ae85c4b75818c87a5399a6868adcee606e20388d894
|
||||
8
sci-electronics/quartus-prime-lite/metadata.xml
Normal file
8
sci-electronics/quartus-prime-lite/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<pkgmetadata>
|
||||
<herd>proxy-maintainers</herd>
|
||||
<maintainer>
|
||||
<email>brendan@horan.hk</email>
|
||||
<name>Brendan Horan</name>
|
||||
<description>Proxied maintainer; set to assignee in all bugs</description>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,49 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Full-featured EDA product for altera devices"
|
||||
HOMEPAGE="https://www.altera.com/products/design-software/fpga-design/quartus-prime/overview.html"
|
||||
SRC_URI="Quartus-lite-${PV}-linux.tar"
|
||||
# variable to store the download URL
|
||||
DOWNLOADPAGE="http://dl.altera.com/?edition=lite"
|
||||
|
||||
LICENSE="Quartus-prime-megacore"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="media-libs/libpng:1.2"
|
||||
|
||||
RESTRICT="fetch bindist"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_nofetch() {
|
||||
elog "Due to licensing restrictions, you need to download the distfile manually."
|
||||
elog "Please navigate to ${DOWNLOADPAGE}"
|
||||
elog "Sign in with your Altera account (you need to register)"
|
||||
elog "Download ${SRC_URI} and place it into ${DISTDIR}"
|
||||
elog "And restart the installation."
|
||||
}
|
||||
|
||||
pkg_pretend() {
|
||||
einfo "The checksum and unpack will take quite some time to run"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einfo "The Quartus install runs in unattended mode"
|
||||
einfo "you wont see much and it will take a long time"
|
||||
|
||||
./setup.sh --mode unattended --unattendedmodeui none \
|
||||
--installdir "${D}/opt/quartus-lite-${PV}"
|
||||
make_desktop_entry "/opt/quartus-lite-${PV}/quartus/bin/quartus" \
|
||||
"Quartus lite ${PV}" "/opt/quartus-lite-${PV}/quartus/adm/quartusii.png"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "To launch Quartus, run /opt/quartus-lite-${PV}/quartus/bin/quartus"
|
||||
}
|
||||
Reference in New Issue
Block a user