]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - etherwake/etherwake.nm
elfutils: Correctly configure debuginfod
[people/pmueller/ipfire-3.x.git] / etherwake / etherwake.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = etherwake
7 version = 1.09
8 release = 4
9
10 groups = Networking/Tools
11 url = http://www.scyld.com
12 license = GPL
13 summary = Can wake up sleeping PCs by WOL.
14
15 description
16 A little tool to send magic Wake-on-LAN packets You can wake up WOL
17 compliant Computers which have been powered down to sleep mode or start
18 WOL compliant Computers with a BIOS feature.
19 end
20
21 source_dl =
22
23 build
24 build
25 gcc %{CFLAGS} %{LDFLAGS} -o etherwake ether-wake.c
26 end
27
28 install
29 mkdir -pv %{BUILDROOT}%{sbindir}
30 install -m 755 etherwake %{BUILDROOT}%{sbindir}
31
32 # Install man-page.
33 mkdir -pv %{BUILDROOT}%{mandir}/man8
34 install -m 644 %{DIR_SOURCE}/etherwake.8 \
35 %{BUILDROOT}%{mandir}/man8
36 end
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end