sys-cluster/classads - 1.0.10 (gentoo)

Search

Package Information

Description:
Condor's classified advertisement language
Homepage:
https://research.cs.wisc.edu/htcondor/classad/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.0.10 7 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

USE Flags

Dependencies

DEPEND

pcre? ( dev-libs/libpcre )

RDEPEND

pcre? ( dev-libs/libpcre )

Manifest for 1.0.10

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