# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild,v 1.4 2004/07/22 16:52:05 pythonhead Exp $ DESCRIPTION="Simple system for performing incremental backups using Python only." HOMEPAGE="http://furius.ca/arnie/" SRC_URI="http://furius.ca/downloads/arnie/${P}.tar.bz2" LICENSE="GPL-2.1" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=dev-lang/python-2.4" src_install() { python setup.py install --root=${D} --prefix=/usr || die dodoc README }