| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.10 | 7 | ~amd64 ~x86 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="Condor's classified advertisement language"
HOMEPAGE="https://research.cs.wisc.edu/htcondor/classad/"
SRC_URI="ftp://ftp.cs.wisc.edu/condor/classad/c++/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="pcre"
RDEPEND="pcre? ( dev-libs/libpcre )"
DEPEND="${RDEPEND}"
src_prepare() {
default
eautoreconf
}
src_configure() {
econf \
--disable-static \
--enable-namespace \
--enable-flexible-member
}
src_install() {
default
# no static archives
find "${ED}" -name '*.la' -delete || die
}
pcre? ( dev-libs/libpcre )
pcre? ( dev-libs/libpcre )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | classads-1.0.10.tar.gz | 523847 bytes | ftp://ftp.cs.wisc.edu/condor/classad/c++/classads-1.0.10.tar.gz |