diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-03-29 02:37:35 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-03-29 02:37:35 +0000 |
commit | 38d2bdf760673e3e58c756c5365a8cd898a3c3af (patch) | |
tree | 831630ab26c1c0077c27b9a0c69a421d96cc6379 /app-cdr/sync2cd/sync2cd-0.8.ebuild | |
parent | Added ncurses to DEPEND, removed tic line and removed old ebuild. Closing bug... (diff) | |
download | gentoo-2-38d2bdf760673e3e58c756c5365a8cd898a3c3af.tar.gz gentoo-2-38d2bdf760673e3e58c756c5365a8cd898a3c3af.tar.bz2 gentoo-2-38d2bdf760673e3e58c756c5365a8cd898a3c3af.zip |
Inital import - thanks to Lukasz Strzygowski <lucass@gentoo.pl> in bug #45842
Diffstat (limited to 'app-cdr/sync2cd/sync2cd-0.8.ebuild')
-rw-r--r-- | app-cdr/sync2cd/sync2cd-0.8.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-cdr/sync2cd/sync2cd-0.8.ebuild b/app-cdr/sync2cd/sync2cd-0.8.ebuild new file mode 100644 index 000000000000..0863852ce50b --- /dev/null +++ b/app-cdr/sync2cd/sync2cd-0.8.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/03/29 02:37:35 dragonheart 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" +IUSE="" + |