lnxhc-1.2-r1.ebuild 481 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit eutils
  5. DESCRIPTION="Linux Health Checker"
  6. HOMEPAGE="http://lnxhc.sourceforge.net"
  7. SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
  8. LICENSE="EPL-1.0"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86"
  11. IUSE=""
  12. RDEPEND=">=dev-lang/perl-5.8"
  13. DEPEND="${RDEPEND}"
  14. src_prepare() {
  15. epatch "${FILESDIR}/${PN}-1.2-usrlocal.patch"
  16. epatch "${FILESDIR}/${PN}-1.2-ifconfig-path.patch"
  17. }