snapraid-8.1.ebuild 434 B

123456789101112131415161718
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit autotools-utils
  5. DESCRIPTION="a backup program for disk array for home media centers"
  6. HOMEPAGE="http://snapraid.sourceforge.net/"
  7. SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
  8. LICENSE="GPL-3"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~x86"
  11. IUSE="test"
  12. DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" )