Skip to content

Commit

Permalink
dev-perl/Compress-LZF: -r bump for EAPI7
Browse files Browse the repository at this point in the history
- EAPI7
- Fix LICENSE
- Ensure passing CFLAGS through to make

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <[email protected]>
  • Loading branch information
kentfredric committed Jun 26, 2020
1 parent 64a0315 commit 6f06af2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dev-perl/Compress-LZF/Compress-LZF-3.800.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=MLEHMANN
DIST_VERSION=3.8
inherit perl-module

DESCRIPTION="extremely light-weight Lempel-Ziv-Free compression"
# lzfP.h for BSD/GPL2+
LICENSE="|| ( Artistic GPL-1+ ) || ( BSD-2 GPL-2+ )"
SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND="virtual/perl-ExtUtils-MakeMaker"

src_compile() {
mymake=(
"OPTIMIZE=${CFLAGS}"
)
perl-module_src_compile
}

0 comments on commit 6f06af2

Please sign in to comment.