ifolder/dev-libs/libflaimtk/libflaimtk-1.2_pre1106.ebuild
2009-07-24 21:07:38 +00:00

37 lines
840 B
Bash

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit autotools subversion
ESVN_REPO_URI="https://forgesvn1.novell.com/svn/flaim/trunk/ftk/@${PV/1.2_pre/}"
DESCRIPTION="FLAIM is an acronym that stands for FLexible Adaptable Information Management."
HOMEPAGE="http://forge.novell.com/modules/xfmod/project/?flaim"
LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64"
SLOT="0"
IUSE="ssl doc"
RDEPEND="sys-libs/ncurses
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
>=sys-devel/libtool-2.2
doc? ( app-doc/doxygen )"
src_prepare() {
eautoreconf -i
}
src_configure() {
econf $(use_enable ssl openssl) || die "configure failed"
}
src_install() {
einstall || die "einstall failed"
rm "${D}"/usr/share/doc/flaimtk/*.tar.gz || die "rm suse style *.tar.gz failed"
}