20 lines
624 B
Bash
20 lines
624 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-backup/tarsnap/tarsnap-1.0.28.ebuild,v 1.1 2011/01/19 16:35:57 gregkh Exp $
|
|
|
|
DESCRIPTION="Online backups for the truly paranoid"
|
|
HOMEPAGE="http://www.tarsnap.com/"
|
|
SRC_URI="https://www.tarsnap.com/download/tarsnap-autoconf-${PV}.tgz"
|
|
|
|
LICENSE="tarsnap"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
DEPEND="sys-libs/zlib dev-libs/openssl sys-libs/e2fsprogs-libs"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
S="${WORKDIR}/tarsnap-autoconf-${PV}"
|
|
|
|
src_install() {
|
|
einstall || die "tarsnap could not be installed"
|
|
}
|