diff options
| author | 2021-07-22 13:14:20 +0500 | |
|---|---|---|
| committer | 2021-07-22 13:27:40 +0500 | |
| commit | addcb8022911256d99b047135284022ad21fd500 (patch) | |
| tree | a944083c414cec862737cd5984f6a6c92e0d5313 | |
| parent | sci-biology/geneathome: revbump (new eclass) (diff) | |
| download | guru-addcb8022911256d99b047135284022ad21fd500.tar.gz guru-addcb8022911256d99b047135284022ad21fd500.tar.bz2 guru-addcb8022911256d99b047135284022ad21fd500.zip | |
dev-libs/boinc-zip: revbump (new eclass)
Closes: https://bugs.gentoo.org/802897
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
| -rw-r--r-- | dev-libs/boinc-zip/boinc-zip-7.18-r1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-libs/boinc-zip/boinc-zip-7.18-r1.ebuild b/dev-libs/boinc-zip/boinc-zip-7.18-r1.ebuild new file mode 100644 index 0000000000..032e644383 --- /dev/null +++ b/dev-libs/boinc-zip/boinc-zip-7.18-r1.ebuild @@ -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 +} |
