mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
sci-libs/MeDiPack: new package, add 1.1.4
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
sci-libs/MeDiPack/Manifest
Normal file
1
sci-libs/MeDiPack/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST MeDiPack-1.2_p20220103.tar.gz 157591 BLAKE2B 3cad81f48ac88a6859ba9fa539c6e1196d4ff487a6c6426fe96c431368869bf8b89a30a16e5bd442c980faf4560909045091ff615cf433663e0d8e8c86d61443 SHA512 d588140888fd6290237fc443f6ac7c4f017cc9cfd87034bc9f6ae24e8ad360e47dddba24b52f8448df3b53b16178e49e381dd4d9361da92b8bd6f175bf609c22
|
||||
42
sci-libs/MeDiPack/MeDiPack-1.2_p20220103.ebuild
Normal file
42
sci-libs/MeDiPack/MeDiPack-1.2_p20220103.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
COMMIT="25f757b4b20372b099190845392a5e08eadf0eb1"
|
||||
|
||||
DESCRIPTION='Message Differentiation Package'
|
||||
HOMEPAGE="
|
||||
https://github.com/SciCompKL/MeDiPack
|
||||
https://www.scicomp.uni-kl.de/software/medi/
|
||||
"
|
||||
SRC_URI="https://github.com/SciCompKL/${PN}/archive/${COMMIT}.tar.gz -> ${PF}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='GPL-3'
|
||||
IUSE="tutorials"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="tutorials? ( sci-libs/CoDiPack )"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="sys-devel/gsl"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
emake clean
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake all
|
||||
use tutorials && emake tutorials
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodoc README.md
|
||||
dodoc doc/*
|
||||
insinto "/usr/share/${PN}"
|
||||
doins -r generated
|
||||
doins -r include
|
||||
doins -r src
|
||||
}
|
||||
15
sci-libs/MeDiPack/metadata.xml
Normal file
15
sci-libs/MeDiPack/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Alessandro Barbieri</name>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/SciCompKL/MeDiPack/issues</bugs-to>
|
||||
<remote-id type="github">SciCompKL/MeDiPack</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="tutorials">Build the tutorials</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user