diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-12-05 01:34:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-12-05 01:34:29 +0000 |
commit | 37d55c2f4057139e4fc1b78c8ec4ba16e3cbd060 (patch) | |
tree | e340255909b80b074367ff0bbf6bd54e4191d1f8 /app-backup/mirdir/mirdir-2.1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-37d55c2f4057139e4fc1b78c8ec4ba16e3cbd060.tar.gz gentoo-2-37d55c2f4057139e4fc1b78c8ec4ba16e3cbd060.tar.bz2 gentoo-2-37d55c2f4057139e4fc1b78c8ec4ba16e3cbd060.zip |
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-backup/mirdir/mirdir-2.1.ebuild')
-rw-r--r-- | app-backup/mirdir/mirdir-2.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-backup/mirdir/mirdir-2.1.ebuild b/app-backup/mirdir/mirdir-2.1.ebuild new file mode 100644 index 000000000000..51f4fbfc9ee8 --- /dev/null +++ b/app-backup/mirdir/mirdir-2.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-backup/mirdir/mirdir-2.1.ebuild,v 1.1 2005/12/05 01:34:29 robbat2 Exp $ + +DESCRIPTION=" Mirdir allows to synchronize two directory trees in a fast way." +HOMEPAGE="http://sf.net/projects/mirdir" +SRC_URI="mirror://sourceforge/${PN}/${P}-Unix.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="" +#RDEPEND="" +S="${WORKDIR}/${P}-UNIX" + +src_install() { + doman mirdir.1 + dobin bin/mirdir + dodoc AUTHORS +} |