From 8462355f35ce65cfad7f9486bf712ede0e934eb8 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 6 Jun 2012 20:57:18 +0200 Subject: autossh, ajout 1.4c-1 (cherry picked from commit 139bed7057f40136d500ce753c1851e3223d9467) --- autossh/.footprint.i686 | 15 +++++++++++++++ autossh/.footprint.x86_64 | 15 +++++++++++++++ autossh/.md5sum.i686 | 1 + autossh/.md5sum.x86_64 | 1 + autossh/Pkgfile | 18 ++++++++++++++++++ 5 files changed, 50 insertions(+) create mode 100644 autossh/.footprint.i686 create mode 100644 autossh/.footprint.x86_64 create mode 100644 autossh/.md5sum.i686 create mode 100644 autossh/.md5sum.x86_64 create mode 100644 autossh/Pkgfile (limited to 'autossh') diff --git a/autossh/.footprint.i686 b/autossh/.footprint.i686 new file mode 100644 index 000000000..df5aaa69d --- /dev/null +++ b/autossh/.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/autossh +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/autossh/ +-rw-r--r-- root/root usr/share/doc/autossh/CHANGES +-rw-r--r-- root/root usr/share/doc/autossh/README +drwxr-xr-x root/root usr/share/examples/ +drwxr-xr-x root/root usr/share/examples/autossh/ +-rw-r--r-- root/root usr/share/examples/autossh/autossh.host +-rw-r--r-- root/root usr/share/examples/autossh/rscreen +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/autossh.1.gz diff --git a/autossh/.footprint.x86_64 b/autossh/.footprint.x86_64 new file mode 100644 index 000000000..df5aaa69d --- /dev/null +++ b/autossh/.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/autossh +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/autossh/ +-rw-r--r-- root/root usr/share/doc/autossh/CHANGES +-rw-r--r-- root/root usr/share/doc/autossh/README +drwxr-xr-x root/root usr/share/examples/ +drwxr-xr-x root/root usr/share/examples/autossh/ +-rw-r--r-- root/root usr/share/examples/autossh/autossh.host +-rw-r--r-- root/root usr/share/examples/autossh/rscreen +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/autossh.1.gz diff --git a/autossh/.md5sum.i686 b/autossh/.md5sum.i686 new file mode 100644 index 000000000..a6cc15f14 --- /dev/null +++ b/autossh/.md5sum.i686 @@ -0,0 +1 @@ +26520eea934f296be0783dabe7fcfd28 autossh-1.4c.tgz diff --git a/autossh/.md5sum.x86_64 b/autossh/.md5sum.x86_64 new file mode 100644 index 000000000..a6cc15f14 --- /dev/null +++ b/autossh/.md5sum.x86_64 @@ -0,0 +1 @@ +26520eea934f296be0783dabe7fcfd28 autossh-1.4c.tgz diff --git a/autossh/Pkgfile b/autossh/Pkgfile new file mode 100644 index 000000000..64c4689a8 --- /dev/null +++ b/autossh/Pkgfile @@ -0,0 +1,18 @@ +# Description: Permet le redémarrage automatique des sessions et tunnels ssh +# URL: http://www.harding.motd.ca/autossh/ +# Maintainer: www.harding.motd.ca/autossh/CHANGES +# Packager: thierryn1 at hispeed dot ch +# Depends on: +# Run on: + +name=autossh +version=1.4c +release=1 +source=(http://www.harding.motd.ca/$name/$name-$version.tgz) +build() { + cd $name-$version + ./configure --prefix=/usr --mandir=/usr/share/man + make + + make prefix=$PKG/usr mandir=$PKG/usr/share/man install +} -- cgit v1.2.3-54-g00ecf