diff options
author | tnut <thierryn1 at hispeed dot ch> | 2012-06-06 20:57:18 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-06-17 18:29:51 +0200 |
commit | 8462355f35ce65cfad7f9486bf712ede0e934eb8 (patch) | |
tree | 28a253e8277d747f70ba16bab7b0efcd51c8a0ef | |
parent | 717928506f02960139f5f89101f4fe66ad9aa198 (diff) | |
download | nutyx-extra-8462355f35ce65cfad7f9486bf712ede0e934eb8.tar.gz nutyx-extra-8462355f35ce65cfad7f9486bf712ede0e934eb8.tar.bz2 nutyx-extra-8462355f35ce65cfad7f9486bf712ede0e934eb8.tar.xz nutyx-extra-8462355f35ce65cfad7f9486bf712ede0e934eb8.zip |
autossh, ajout 1.4c-1
(cherry picked from commit 139bed7057f40136d500ce753c1851e3223d9467)
-rw-r--r-- | autossh/.footprint.i686 | 15 | ||||
-rw-r--r-- | autossh/.footprint.x86_64 | 15 | ||||
-rw-r--r-- | autossh/.md5sum.i686 | 1 | ||||
-rw-r--r-- | autossh/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | autossh/Pkgfile | 18 |
5 files changed, 50 insertions, 0 deletions
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 +} |