wol-0.7.1-r1.ebuild 401 B

12345678910111213141516171819
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="Wake up hardware that is Magic Packet compliant"
  5. HOMEPAGE="http://ahh.sourceforge.net/wol/"
  6. SRC_URI="mirror://sourceforge/ahh/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="amd64 arm ppc ~ppc64 x86 ~x86-fbsd"
  10. IUSE="nls"
  11. src_configure() {
  12. econf \
  13. $(use_enable nls)
  14. }