added etherwake package (by donald becker)
authorhackbard <hackbard>
Wed, 22 Dec 2004 00:11:58 +0000 (00:11 +0000)
committerhackbard <hackbard>
Wed, 22 Dec 2004 00:11:58 +0000 (00:11 +0000)
doc/CHANGELOG
packages/net/etherwake/etherwake [new file with mode: 0644]

index fe7a50f..ae297b6 100644 (file)
@@ -1,5 +1,6 @@
 *) 2004-12-22
 
 *) 2004-12-22
 
+- added etherwake package (by donald becker)
 - added libieee1284 package
 - fixed / updated firefox & thunderbird package
 - added thunderbird to targets
 - added libieee1284 package
 - fixed / updated firefox & thunderbird package
 - added thunderbird to targets
diff --git a/packages/net/etherwake/etherwake b/packages/net/etherwake/etherwake
new file mode 100644 (file)
index 0000000..efea0dd
--- /dev/null
@@ -0,0 +1,18 @@
+# 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
+               }