summaryrefslogtreecommitdiff
blob: 091021b2d8786cbbc662c3f110924a99a9d7c1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header$

inherit distutils

DESCRIPTION="console based password management application"
HOMEPAGE="http://pwman.bleurgh.com/"
MY_P="Pwman3-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="http://pwman.bleurgh.com/~ivan/pwman3/source/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
DEPEND=">=dev-python/pysqlite-2.0.0
	dev-python/pycrypto
	dev-python/celementtree"

src_compile() {
	:
}

src_install() {
	distutils_src_install
}