diff options
-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 +} |