summaryrefslogtreecommitdiffstats
path: root/autossh/Pkgfile
diff options
context:
space:
mode:
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
+}