You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libgeier/libgeier-0.13.ebuild

30 lines
735 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgeier/libgeier-0.13.ebuild,v 1.1 2012/01/12 20:09:00 xmw Exp $
EAPI=2
DESCRIPTION="Libgeier provides a library to access the german digital tax project ELSTER."
HOMEPAGE="http://www.taxbird.de/"
SRC_URI="http://www.taxbird.de/download/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/libxml2
dev-libs/libxslt
>=dev-libs/xmlsec-1.2.16
dev-libs/nspr
dev-libs/nss
sys-libs/zlib"
DEPEND="${RDEPEND}
dev-lang/swig"
src_install() {
emake DESTDIR="${D}" install || die
dodoc README || die
find "${D}" -name '*.la' -delete
}