Files
sablink-distro/app-admin/keepassx/keepassx-0.2.2-r2.ebuild
T
(no author) d1c6c465e9 oh, nothing to care
git-svn-id: http://svn.sabayonlinux.org/overlay@1590 d7aec97c-591d-0410-af39-a8856400b30a
2007-09-21 15:30:19 +00:00

29 lines
632 B
Bash

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils
DESCRIPTION="Qt password manager compatible with its Win32 and Pocket PC versions"
HOMEPAGE="http://keepassx.sourceforge.net/"
SRC_URI="mirror://sourceforge/keepassx/KeePassX-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=x11-libs/qt-4.1"
RDEPEND="${DEPEND}"
src_compile() {
/usr/bin/qmake || die "qmake failed"
emake || die "emake failed"
}
src_install() {
dobin bin/keepass
insinto /usr/share/
doins -r share/*
domenu "${FILESDIR}/keepassx.desktop"
}