# Copyright 1999-2005 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 $ DESCRIPTION="nice Qt password manager tool for Linux" 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" DEPEND=">=x11-libs/qt-3.3.0" src_compile() { cd ${WORKDIR}/${PN}/src qmake || die emake || die } src_install() { einstall || die }