mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-libs/boinc-zip: revbump (new eclass)
Closes: https://bugs.gentoo.org/802897 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
29
dev-libs/boinc-zip/boinc-zip-7.18-r1.ebuild
Normal file
29
dev-libs/boinc-zip/boinc-zip-7.18-r1.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
BOINC_SUBMODULE="zip"
|
||||
inherit boinc
|
||||
|
||||
DESCRIPTION="Wrapper for the zip/unzip functions to expose to BOINC clients"
|
||||
HOMEPAGE="https://boinc.berkeley.edu/trac/wiki/FileCompression"
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
LICENSE="Info-ZIP LGPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
# broken beyond repair
|
||||
RESTRICT="test"
|
||||
|
||||
boinc_require_source ${PV}.0
|
||||
boinc_enable_autotools
|
||||
|
||||
src_compile() {
|
||||
emake lib${PN//-/_}.la
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install-{libLTLIBRARIES,pkgincludeHEADERS} DESTDIR="${D}"
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user