]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - etherwake/etherwake.nm
5ceab2aa9c7a9d3cc8cc806966d89acbe908158f
[people/amarx/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 = 2
9
10 groups = Networking/Tools
11 url =
12 license =
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 prepare_cmds
25 sed -e "s/^CFLAGS.*/CFLAGS = %{CFLAGS}/" -i Makefile
26 end
27
28 install
29 mkdir -pv %{BUILDROOT}/usr/sbin
30 make install DESTDIR=%{BUILDROOT}
31 end
32 end
33
34 packages
35 package %{name}
36 end
37 end