# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /usr/local/portage/default/sys-apps/keepass/keepass-0.2.1.ebuild,v1.0 2006/04/15 17:30:45 torstenkrah Exp $ inherit kde-functions eutils DESCRIPTION="Qt password manager compatible with its Win32 and Pocket PC versions" HOMEPAGE="http://keepassx.sourceforge.net/" SRC_URI="http://mesh.dl.sourceforge.net/sourceforge/keepassx/KeePassX-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=x11-libs/qt-4.1" S=${WORKDIR}/KeePassX-${PV} src_compile() { cd ${S} /usr/bin/qmake || die "qmake failed" emake || die "emake failed" } src_install() { dobin bin/keepass insinto /usr/share/ doins -r share/* insinto /usr/share/pixmaps/ doins ${FILESDIR}/keepass.png insinto /usr/share/applications/ doins ${FILESDIR}/keepass.desktop }