summaryrefslogtreecommitdiffstats
path: root/base/dropbear/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-17 22:33:17 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-17 22:33:17 +0100
commitecbb0b9b2409ab81b8245e66a5b66f21a6e37a52 (patch)
treee4229e6a8e9ea62dbe04863fced9f5d95d351776 /base/dropbear/Pkgfile
parentccbdcbb3c45430a4308fe9ac210fcaeee4f2a3ec (diff)
downloadnutyx-extra-ecbb0b9b2409ab81b8245e66a5b66f21a6e37a52.tar.gz
nutyx-extra-ecbb0b9b2409ab81b8245e66a5b66f21a6e37a52.tar.bz2
nutyx-extra-ecbb0b9b2409ab81b8245e66a5b66f21a6e37a52.tar.xz
nutyx-extra-ecbb0b9b2409ab81b8245e66a5b66f21a6e37a52.zip
dropbear, déplacé dans base
Diffstat (limited to 'base/dropbear/Pkgfile')
-rw-r--r--base/dropbear/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/base/dropbear/Pkgfile b/base/dropbear/Pkgfile
new file mode 100644
index 000000000..c86a892ae
--- /dev/null
+++ b/base/dropbear/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Alternative à openssh (serveur et client) très léger
+# URL: http://matt.ucc.asn.au/dropbear/dropbear.html
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=dropbear
+version=0.52
+release=1
+source=(http://matt.ucc.asn.au/dropbear/releases/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}