snapraid-7.0.ebuild 494 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2014 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. DEPEND=""
  13. RDEPEND="${DEPEND}"
  14. DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" )
  15. AUTOTOOLS_IN_SOURCE_BUILD=1