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