summaryrefslogtreecommitdiffstats
path: root/base/wol
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-02-03 09:41:28 +0100
committersibel <lesibel@free.fr>2011-02-03 09:41:28 +0100
commit7d83ce46cb81857c054298cd082b4d4254e4e507 (patch)
tree2e2d9e0420204770de467ca8d9d5f1410bd33dc3 /base/wol
parenta89f1ce9a15b0751749c24626d5466955d6f798a (diff)
downloadnutyx-extra-7d83ce46cb81857c054298cd082b4d4254e4e507.tar.gz
nutyx-extra-7d83ce46cb81857c054298cd082b4d4254e4e507.tar.bz2
nutyx-extra-7d83ce46cb81857c054298cd082b4d4254e4e507.tar.xz
nutyx-extra-7d83ce46cb81857c054298cd082b4d4254e4e507.zip
wol, ajout port 0.7.1-1
Diffstat (limited to 'base/wol')
-rw-r--r--base/wol/.footprint15
-rw-r--r--base/wol/.md5sum1
-rwxr-xr-xbase/wol/Pkgfile22
-rw-r--r--base/wol/wol#0.7.1-1.pkg.tar.xzbin0 -> 15308 bytes
4 files changed, 38 insertions, 0 deletions
diff --git a/base/wol/.footprint b/base/wol/.footprint
new file mode 100644
index 000000000..f82837239
--- /dev/null
+++ b/base/wol/.footprint
@@ -0,0 +1,15 @@
+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/share/
+drwxr-xr-x root/root usr/share/info/
+-rw-r--r-- root/root usr/share/info/wol.info.gz
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/wol.mo
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/wol.1.gz
diff --git a/base/wol/.md5sum b/base/wol/.md5sum
new file mode 100644
index 000000000..320920e1d
--- /dev/null
+++ b/base/wol/.md5sum
@@ -0,0 +1 @@
+c2fa9d7e771134ac8c89d56b8197d4ca wol-0.7.1.tar.gz
diff --git a/base/wol/Pkgfile b/base/wol/Pkgfile
new file mode 100755
index 000000000..b872d861d
--- /dev/null
+++ b/base/wol/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Utilitaire permettant le réveil d'un serveur via carte réseau
+# URL: http://sourceforge.net/project/wake-on-lan
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=wol
+version=0.7.1
+release=1
+source=(
+http://sourceforge.net/projects/wake-on-lan/files/$name/$version/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--infodir=/usr/share/info
+make
+make DESTDIR=$PKG install
+if [ -f $PKG/usr/share/info/dir ]; then
+ rm $PKG/usr/share/info/dir
+fi
+}
diff --git a/base/wol/wol#0.7.1-1.pkg.tar.xz b/base/wol/wol#0.7.1-1.pkg.tar.xz
new file mode 100644
index 000000000..90fc7b639
--- /dev/null
+++ b/base/wol/wol#0.7.1-1.pkg.tar.xz
Binary files differ