summaryrefslogtreecommitdiffstats
path: root/autossh/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-06-06 20:57:18 +0200
committerpiernov <piernov@piernov.org>2012-06-17 18:29:51 +0200
commit8462355f35ce65cfad7f9486bf712ede0e934eb8 (patch)
tree28a253e8277d747f70ba16bab7b0efcd51c8a0ef /autossh/Pkgfile
parent717928506f02960139f5f89101f4fe66ad9aa198 (diff)
downloadnutyx-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)
Diffstat (limited to 'autossh/Pkgfile')
-rw-r--r--autossh/Pkgfile18
1 files changed, 18 insertions, 0 deletions
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
+}