move ifolder
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/ifolder@789 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
1
dev-libs/libflaimtk/Manifest
Normal file
1
dev-libs/libflaimtk/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD libflaimtk-1.2_pre1077.ebuild 905 RMD160 e5b34b99b541a0afc8e6e63154e9bc8bf38ecaae SHA1 7053147a2663ff8059620799126d187b715b5ce5 SHA256 f11f9e238b068c7448608bca168e045d051e9ab3bcf6f14d7fbcc186c73b553b
|
||||
35
dev-libs/libflaimtk/libflaimtk-1.2_pre1077.ebuild
Normal file
35
dev-libs/libflaimtk/libflaimtk-1.2_pre1077.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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="1"
|
||||
IUSE="ssl doc"
|
||||
|
||||
DEPEND="sys-libs/ncurses
|
||||
ssl? ( dev-libs/openssl )
|
||||
doc? ( app-doc/doxygen )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf -i
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable ssl openssl) || die "configure failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstall || die "einstall failed"
|
||||
rm -r "${D}"/usr/share/doc/ftk || die "rm olddoc failed"
|
||||
dodoc AUTHORS NEWS ChangeLog README || die "dodoc failed"
|
||||
use doc && dohtml -r docs/html/* || die "dohtml failed"
|
||||
}
|
||||
Reference in New Issue
Block a user