mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
@@ -1,26 +1,26 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Make fuzzy comparisons of strings and byte arrays"
|
||||
HOMEPAGE="http://fstrcmp.sourceforge.net/"
|
||||
SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-${PV}.D001.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/fstrcmp-${PV}.D001"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
IUSE="doc static-libs test"
|
||||
SLOT="0"
|
||||
IUSE="doc static-libs test"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/fstrcmp-0.7.D001"
|
||||
KEYWORDS="amd64 ~arm arm64 x86"
|
||||
|
||||
DEPEND="
|
||||
BDEPEND="
|
||||
sys-apps/groff
|
||||
doc? ( app-text/ghostscript-gpl )
|
||||
test? ( app-text/ghostscript-gpl )
|
||||
"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
PATCHES=(
|
||||
|
||||
Reference in New Issue
Block a user