# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" DESCRIPTION="duply (grown out of ftplicity) is a shell frontend for duplicity." HOMEPAGE="http://duply.net" SRC_URI="mirror://sourceforge/ftplicity/${PN}_${PV}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" RDEPEND="app-backup/duplicity" DEPEND="${RDEPEND}" src_install() { cd ${PN}_${PV} dobin duply dodoc INSTALL.txt } pkg_postinst() { elog "If you use duply at the first time please have a" elog "look at the the usage help text \"duply --help\"" elog "for further information." }