mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
media-plugins/argotlunar-bin: install docs, QA fixes
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,40 +1,39 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI="7"
|
||||
|
||||
DESCRIPTION="Argotlunar is a sound granulator. Binary Linux VST"
|
||||
HOMEPAGE="http://mourednik.github.io/argotlunar/"
|
||||
HOMEPAGE="http://mourednik.github.io/argotlunar"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="doc"
|
||||
IUSE=""
|
||||
|
||||
QA_PRESTRIPPED="/usr/lib64/vst/${PN}/argotlunar.so"
|
||||
SRC_URI="https://gentoodistfiles.imperium.org.ru/guru/argotlunar-bin-2.06-linux_amd64.tar.gz -> ${P}.tar.gz"
|
||||
#It's impossible to obtain package directly from DROPBOX, so I've just uploaded it to my own webserver
|
||||
LICENSE="GPL-2"
|
||||
|
||||
RDEPEND="sys-libs/glibc
|
||||
x11-libs/libXext
|
||||
x11-libs/libXinerama
|
||||
RDEPEND="
|
||||
app-arch/bzip2
|
||||
dev-libs/libbsd
|
||||
media-libs/alsa-lib
|
||||
media-libs/freetype:2
|
||||
media-libs/libpng:0/16
|
||||
sys-libs/glibc
|
||||
sys-libs/zlib
|
||||
x11-libs/libXau
|
||||
x11-libs/libXdmcp
|
||||
media-libs/freetype:2
|
||||
media-libs/alsa-lib
|
||||
app-arch/bzip2
|
||||
x11-libs/libXext
|
||||
x11-libs/libXinerama
|
||||
x11-libs/libxcb
|
||||
sys-libs/zlib
|
||||
media-libs/libpng:0/16
|
||||
dev-libs/libbsd"
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
S="${WORKDIR}/argotlunar-${PV}-linux_64"
|
||||
src_install(){
|
||||
exeinto "/usr/$(get_libdir)/vst/${PN}"
|
||||
doexe argotlunar.so
|
||||
into "/usr/$(get_libdir)/vst/${PN}"
|
||||
dolib.so argotlunar.so
|
||||
insinto "/usr/$(get_libdir)/vst/${PN}"
|
||||
doins presets.bank
|
||||
if use doc; then
|
||||
dodoc 'argotlunar2-reference.pdf'
|
||||
einfo "Check argotlunar2-reference.pdf into package doc folder"
|
||||
fi
|
||||
dodoc 'argotlunar2-reference.pdf'
|
||||
}
|
||||
Reference in New Issue
Block a user