From 7d83ce46cb81857c054298cd082b4d4254e4e507 Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 3 Feb 2011 09:41:28 +0100 Subject: wol, ajout port 0.7.1-1 --- base/wol/.footprint | 15 +++++++++++++++ base/wol/.md5sum | 1 + base/wol/Pkgfile | 22 ++++++++++++++++++++++ base/wol/wol#0.7.1-1.pkg.tar.xz | Bin 0 -> 15308 bytes 4 files changed, 38 insertions(+) create mode 100644 base/wol/.footprint create mode 100644 base/wol/.md5sum create mode 100755 base/wol/Pkgfile create mode 100644 base/wol/wol#0.7.1-1.pkg.tar.xz (limited to 'base/wol') 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 Binary files /dev/null and b/base/wol/wol#0.7.1-1.pkg.tar.xz differ -- cgit v1.2.3-54-g00ecf