summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2003-11-06 09:34:35 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2003-11-06 09:34:35 +0000
commit7b4b3741a8fccb87fdd67a24081f577c49c2b742 (patch)
treeb29044d731d6332415eb49a274c379c13690dca5 /app-arch/dar/dar-2.0.0.ebuild
parentInitial import (diff)
downloadgentoo-2-7b4b3741a8fccb87fdd67a24081f577c49c2b742.tar.gz
gentoo-2-7b4b3741a8fccb87fdd67a24081f577c49c2b742.tar.bz2
gentoo-2-7b4b3741a8fccb87fdd67a24081f577c49c2b742.zip
Initial import
Diffstat (limited to 'app-arch/dar/dar-2.0.0.ebuild')
-rw-r--r--app-arch/dar/dar-2.0.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-arch/dar/dar-2.0.0.ebuild b/app-arch/dar/dar-2.0.0.ebuild
new file mode 100644
index 000000000000..623c73f1f314
--- /dev/null
+++ b/app-arch/dar/dar-2.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dar/dar-2.0.0.ebuild,v 1.1 2003/11/06 09:34:31 matsuu Exp $
+
+DESCRIPTION="A full featured backup tool, aimed for disks (floppy,CDR(W),DVDR(W),zip,jazz etc.)"
+HOMEPAGE="http://dar.linux.free.fr/"
+SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=sys-libs/zlib-1.1.3"
+
+src_compile() {
+
+ econf || die
+ #emake || die
+ make || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README THANKS TODO
+}