mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-misc/ViSP-images: bump to 3.5.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST visp-images-3.3.0.zip 91291914 BLAKE2B e2c893303401e5facf52bff847785a155d3f990f8fc149ef1003b0bd1609b7740cea41bc5a24ed64bc0eefe23b02587cd6bfcd2d3303bbd84941d36f108da587 SHA512 d0f4c7f10a36f4aa365bd7bf65d35941755d429331c5f28b7731faa0c01c66fe9ab9137403c90cc0b3fb7b718553da69acdb3e9309c9bff14be7981a726bb41f
|
||||
DIST visp-images-3.5.0.zip 136814438 BLAKE2B 7998dccdaefa4950d0ebd2f3aefd5f3d879ac594278a724948ff651f5a22f44ba41d055c4bfbe76c7b2a03873ea816278bd023a10c7cdfcc184cca5c398a4af0 SHA512 e3e670ea8da996961387b14dfc567aced3214bbf1b4fcbe045b77c3454388b2c8c657e644f233da000defebd96382749903381781c0ad3fb796ea9bf7439354c
|
||||
|
||||
23
sci-misc/ViSP-images/ViSP-images-3.5.0.ebuild
Normal file
23
sci-misc/ViSP-images/ViSP-images-3.5.0.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="ViSP images data set"
|
||||
HOMEPAGE="http://www.irisa.fr/lagadic/visp/"
|
||||
SRC_URI="http://visp-doc.inria.fr/download/dataset/visp-images-${PV}.zip"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm"
|
||||
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}/visp-images-${PV}"
|
||||
|
||||
src_install() {
|
||||
dodoc README.md
|
||||
rm -f README.md LICENSE.txt
|
||||
dodir /usr/share/visp-images-data/
|
||||
mv "${S}" "${ED}/usr/share/visp-images-data/${PN}"
|
||||
}
|
||||
Reference in New Issue
Block a user