# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="MyPasswordSafe is a password manager compatible with Password Safe." HOMEPAGE="http://www.semanticgap.com/myps/" SRC_URI="http://www.semanticgap.com/myps/release/MyPasswordSafe-${PV}.src.tgz" S=${WORKDIR}/MyPasswordSafe-${PV} LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/qt-3.3.2" src_compile() { addwrite "$HOME/.qt" addwrite "$QTDIR/etc/settings" emake PREFIX=/usr all || die "Failed to compile" } src_install() { emake PREFIX=${D}/usr install || die }