# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/keepass/keepass-0.1.3.ebuild,v 1.0 2006/01/22 18:45:01 juliusmalchovitch Exp $ inherit kde-functions DESCRIPTION="Qt password manager compatible with its Win32 and Pocket PC versions" HOMEPAGE="http://keepass.berlios.de/index.php?lang=english" SRC_URI="http://home.arcor.de/tareks/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" need-qt 3.3 S=${WORKDIR}/${PN} src_compile() { qmake || die "qmake failed" emake || die "emake failed" } src_install() { dobin bin/keepass insinto /usr/share/keepass doins share/keepass/* dodoc ChangeLog.*.txt }