blob: f0b3ff2b94c75ef6684a097dc0071992a35eaf14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/sync2cd/sync2cd-0.8.ebuild,v 1.5 2004/06/24 21:36:15 agriffis Exp $
inherit distutils
DESCRIPTION="sync2cd is an incremental archiving tool."
HOMEPAGE="http://www.calins.ch/software/sync2cd.html"
SRC_URI="http://www.calins.ch/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
|