dev-libs/lasso - 2.9.0 (graaff)

Search

Install

Install this version:

emerge -a =dev-libs/lasso-2.9.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/lasso-2.9.0

Or alternatively:

emerge --autounmask-write -a =dev-libs/lasso-2.9.0

Package Information

Description:
C library aiming to implement the Liberty Alliance standards
Homepage:
https://lasso.entrouvert.org/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.9.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="C library aiming to implement the Liberty Alliance standards"
HOMEPAGE="https://lasso.entrouvert.org/"

SRC_URI="https://dev.entrouvert.org/releases/lasso/lasso-${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

DOCS="ChangeLog NEWS README README.JAVA"

CDEPEND="
	>=dev-libs/glib-2.17.0
	dev-libs/libxml2
	dev-libs/libltdl
	dev-libs/openssl:0
	>=dev-libs/xmlsec-1.3.0[openssl]
	dev-libs/libxslt
	sys-libs/zlib
"
DEPEND=${CDEPEND}
BDEPEND="dev-python/six virtual/pkgconfig"
RDEPEND=${CDEPEND}

src_configure() {

	# Avoid automagic dependencies for now. Disable tests because they
	# do not compile.
	econf \
		--with-default-sign-algo=rsa-sha256 \
		--with-min-hash-algo=sha256 \
		--disable-java \
		--disable-python \
		--disable-php5 \
		--disable-php7 \
		--disable-perl \
		--disable-tests \
		--docdir="/usr/share/doc/${PF}"
}

Dependencies

DEPEND

	>=dev-libs/glib-2.17.0
	dev-libs/libxml2
	dev-libs/libltdl
	dev-libs/openssl:0
	>=dev-libs/xmlsec-1.3.0[openssl]
	dev-libs/libxslt
	sys-libs/zlib

RDEPEND

	>=dev-libs/glib-2.17.0
	dev-libs/libxml2
	dev-libs/libltdl
	dev-libs/openssl:0
	>=dev-libs/xmlsec-1.3.0[openssl]
	dev-libs/libxslt
	sys-libs/zlib

BDEPEND

dev-python/six virtual/pkgconfig

Manifest for 2.9.0

Type File Size Source URLs
DIST lasso-2.9.0.tar.gz 4053813 bytes https://dev.entrouvert.org/releases/lasso/lasso-2.9.0.tar.gz