diff options
Diffstat (limited to 'net-misc/rsync/rsync-2.4.4-r1.ebuild')
-rw-r--r-- | net-misc/rsync/rsync-2.4.4-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-misc/rsync/rsync-2.4.4-r1.ebuild b/net-misc/rsync/rsync-2.4.4-r1.ebuild deleted file mode 100644 index 28b4a9adc59d..000000000000 --- a/net-misc/rsync/rsync-2.4.4-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.4.4-r1.ebuild,v 1.3 2000/09/15 20:09:13 drobbins Exp $ - -P=rsync-2.4.4 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="File transfer program to keep remote files into sync" -SRC_URI="ftp://rsync.samba.org/pub/rsync/${A}" -HOMEPAGE="http://rsync.samba.org" - - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --sysconfdir=/etc/rsync --host=${CHOST} - try make - -} - -src_install () { - - cd ${S} - try make prefix=${D}/usr install - prepman - dodir /etc/rsync - dodoc COPYING README - -} - - |