summaryrefslogtreecommitdiffstats
path: root/wol
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /wol
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'wol')
-rw-r--r--wol/.footprint.i68615
-rw-r--r--wol/.footprint.x86_6415
-rw-r--r--wol/.md5sum.i6861
-rw-r--r--wol/.md5sum.x86_641
-rwxr-xr-xwol/Pkgfile22
-rw-r--r--wol/wol#0.7.1-1.pkg.tar.xzbin0 -> 15308 bytes
6 files changed, 54 insertions, 0 deletions
diff --git a/wol/.footprint.i686 b/wol/.footprint.i686
new file mode 100644
index 000000000..f82837239
--- /dev/null
+++ b/wol/.footprint.i686
@@ -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/wol/.footprint.x86_64 b/wol/.footprint.x86_64
new file mode 100644
index 000000000..f82837239
--- /dev/null
+++ b/wol/.footprint.x86_64
@@ -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/wol/.md5sum.i686 b/wol/.md5sum.i686
new file mode 100644
index 000000000..320920e1d
--- /dev/null
+++ b/wol/.md5sum.i686
@@ -0,0 +1 @@
+c2fa9d7e771134ac8c89d56b8197d4ca wol-0.7.1.tar.gz
diff --git a/wol/.md5sum.x86_64 b/wol/.md5sum.x86_64
new file mode 100644
index 000000000..320920e1d
--- /dev/null
+++ b/wol/.md5sum.x86_64
@@ -0,0 +1 @@
+c2fa9d7e771134ac8c89d56b8197d4ca wol-0.7.1.tar.gz
diff --git a/wol/Pkgfile b/wol/Pkgfile
new file mode 100755
index 000000000..b872d861d
--- /dev/null
+++ b/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/wol/wol#0.7.1-1.pkg.tar.xz b/wol/wol#0.7.1-1.pkg.tar.xz
new file mode 100644
index 000000000..90fc7b639
--- /dev/null
+++ b/wol/wol#0.7.1-1.pkg.tar.xz
Binary files differ