diff options
Diffstat (limited to 'app-arch/flexbackup')
-rw-r--r-- | app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild | 11 | ||||
-rw-r--r-- | app-arch/flexbackup/flexbackup-1.2.0.ebuild | 14 |
2 files changed, 7 insertions, 18 deletions
diff --git a/app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild b/app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild index 20d34a3cab82..d7b0dedd1b49 100644 --- a/app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild +++ b/app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License -# $Header: /var/cvsroot/gentoo-x86/app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild,v 1.1 2003/08/04 23:32:42 max Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild,v 1.2 2003/08/06 06:43:11 vapier Exp $ -IUSE="" DESCRIPTION="Flexible backup script using perl." HOMEPAGE="http://flexbackup.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -17,13 +16,10 @@ RDEPEND="dev-lang/perl app-arch/mt-st" src_compile() { - emake BINPATH="/usr/bin" || die "compile problem" - } src_install() { - dodir /etc /usr/bin einstall CONFFILE="${D}/etc/flexbackup.conf" BINPATH="${D}/usr/bin" @@ -32,15 +28,12 @@ src_install() { dodoc CHANGES COPYING CREDITS INSTALL README TODO dohtml faq.html - } pkg_postinst() { - einfo "Please edit your /etc/flexbackup.conf file to suit your" einfo "needs. If you are using devfs, the tape device should" einfo "be set to /dev/tapes/tape0/mtn. If you need to use any" einfo "archiver other than tar, please emerge it separately." echo - } diff --git a/app-arch/flexbackup/flexbackup-1.2.0.ebuild b/app-arch/flexbackup/flexbackup-1.2.0.ebuild index dfa053145ba7..adf3db289a4d 100644 --- a/app-arch/flexbackup/flexbackup-1.2.0.ebuild +++ b/app-arch/flexbackup/flexbackup-1.2.0.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License -# $Header: /var/cvsroot/gentoo-x86/app-arch/flexbackup/flexbackup-1.2.0.ebuild,v 1.2 2003/07/23 16:10:17 mholzer Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/flexbackup/flexbackup-1.2.0.ebuild,v 1.3 2003/08/06 06:43:11 vapier Exp $ inherit eutils -S="${WORKDIR}/${P}" DESCRIPTION="Flexible backup script using perl" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://flexbackup.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" + DEPEND="virtual/glibc" RDEPEND="app-arch/afio app-arch/mt-st @@ -18,11 +19,6 @@ RDEPEND="app-arch/afio sys-apps/findutils dev-lang/perl" -src_unpack() { - unpack ${A} - cd ${S} -} - src_compile() { epatch ${FILESDIR}/Makefile-gentoo.diff emake || die |