1
0
forked from ports/contrib

wol: Initial commit

This commit is contained in:
Alan Mizrahi 2010-05-20 23:08:53 +09:00
parent 1ac8886d96
commit 67a4bc635d
3 changed files with 26 additions and 0 deletions

8
wol/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/wol
-rwxr-xr-x root/root usr/bin/wol-bootptab
-rwxr-xr-x root/root usr/bin/wol-dhcpdconf
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/wol.1.gz

1
wol/.md5sum Normal file
View File

@ -0,0 +1 @@
c2fa9d7e771134ac8c89d56b8197d4ca wol-0.7.1.tar.gz

17
wol/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Program to send WOL (Wake On Lan) packets
# URL: http://wake-on-lan.sf.net
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on:
name=wol
version=0.7.1
release=1
source=(http://prdownloads.sf.net/wake-on-lan/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
}