dev-libs/boinc-zip: add 7.20.2

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-10-09 13:30:32 +05:00
parent d4ea014061
commit b0bb9bdcbf
2 changed files with 30 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST boinc-7.18.0.tar.gz 50848912 BLAKE2B 1088b734a5111dac1b42110cc5059e7114ef2bb2a7e786d20e681ac96543869fbf170c566c6c7ea93ac97f54f347e388d33d7d39c19d59cbe7bf3066d8c69fde SHA512 4bccd576bc786cf5d7b01a1ff379545b4d9ddb818c8561d3dccb836b6490668c73a0c10884609980dfc6e8250173ead71a5f6044cabe69a0c93316e03515a0d9
DIST boinc-7.20.2.tar.gz 46555666 BLAKE2B 4d11217739d341c5b61d86afa02eebdad80809f42caa3f6dea1d86ed53d79004d60fa362fd04d53060060472e108e0ee0aa0428e4799eb70f2e98f07dc1f39cd SHA512 0309d5585ece96a5d9021058870dce9a96c89ece269650961a9b22d5219529e242a55dc1e466f5364535033198ca5c36496ca23125a9cda0c308bfdb4372abbb

View 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}
boinc_enable_autotools
src_compile() {
emake lib${PN//-/_}.la
}
src_install() {
emake install-{libLTLIBRARIES,pkgincludeHEADERS,pkgconfigDATA} DESTDIR="${D}"
find "${ED}" -name '*.la' -delete || die
}