# hdw - linux etherwake package # # author: hackbard@hackdaworld.dyndns.org # # [V] 0 # [S] 3-1 # [D] ether-wake.c ftp://ftp.scyld.com/pub/diag/ # [D] etherwake.8 ftp://ftp.scyld.com/pub/diag/ custmain=1 custmain() { gcc -Wall $hdw_cflags -o ./etherwake $archdir/ether-wake.c mkdir -p $prefix/sbin cp ./etherwake $prefix/sbin chmod 750 $prefix/sbin/etherwake mkdir -p $prefix/man/man8 cp -vLf $archdir/etherwake.8 $prefix/man/man8 }