# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="AutoMySQLBackup with a basic configuration will create Daily, Weekly and Monthly backups of one or more of your MySQL databases from one or more of your MySQL servers." HOMEPAGE="http://sourceforge.net/projects/automysqlbackup/" SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="app-arch/bzip2 app-arch/gzip virtual/mysql " src_install() { dobin automysqlbackup insinto /etc/automysqlbackup mv automysqlbackup.conf{,.example} doins automysqlbackup.conf.example # automysqlbackup.conf could contain passphrase information fperms 600 /etc/automysqlbackup/automysqlbackup.conf.example dodoc CHANGELOG README }