forked from ports/contrib
wol: Initial commit
This commit is contained in:
parent
1ac8886d96
commit
67a4bc635d
8
wol/.footprint
Normal file
8
wol/.footprint
Normal 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
1
wol/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
c2fa9d7e771134ac8c89d56b8197d4ca wol-0.7.1.tar.gz
|
17
wol/Pkgfile
Normal file
17
wol/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user