hdrecover-0.5.ebuild 470 B

12345678910111213141516171819202122
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Attempts to recover a hard disk that has bad blocks on it"
  5. HOMEPAGE="http://hdrecover.sourceforge.net/"
  6. SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE=""
  11. DEPEND=""
  12. RDEPEND=""
  13. src_configure() {
  14. # we don't want the command to be visible to non-root users.
  15. econf --bindir=/usr/sbin
  16. }