summaryrefslogtreecommitdiffstats
path: root/dropbear
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
committerpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
commit50e5ce5b17e69be13228e2393c5804b0a79acfab (patch)
tree9845fa9af128d7fdd791755bb2be320f3ba2be4e /dropbear
parent9626427c1a1d9c292fc519810c13b9a8073e777f (diff)
parent8548e8d6882b55dfb509b18dedfb7db17630037d (diff)
downloadnutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.gz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.bz2
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.xz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.zip
Merged with http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe → Repository splitted → nutyx-extra
Diffstat (limited to 'dropbear')
-rw-r--r--dropbear/.footprint.i6867
-rw-r--r--dropbear/.footprint.x86_647
-rw-r--r--dropbear/.md5sum.i6861
-rw-r--r--dropbear/.md5sum.x86_641
-rw-r--r--dropbear/Pkgfile17
5 files changed, 33 insertions, 0 deletions
diff --git a/dropbear/.footprint.i686 b/dropbear/.footprint.i686
new file mode 100644
index 000000000..54aa7f73a
--- /dev/null
+++ b/dropbear/.footprint.i686
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/dbclient
+-rwxr-xr-x root/root usr/bin/dropbearconvert
+-rwxr-xr-x root/root usr/bin/dropbearkey
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/dropbear
diff --git a/dropbear/.footprint.x86_64 b/dropbear/.footprint.x86_64
new file mode 100644
index 000000000..54aa7f73a
--- /dev/null
+++ b/dropbear/.footprint.x86_64
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/dbclient
+-rwxr-xr-x root/root usr/bin/dropbearconvert
+-rwxr-xr-x root/root usr/bin/dropbearkey
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/dropbear
diff --git a/dropbear/.md5sum.i686 b/dropbear/.md5sum.i686
new file mode 100644
index 000000000..ac850b730
--- /dev/null
+++ b/dropbear/.md5sum.i686
@@ -0,0 +1 @@
+0284ea239083f04c8b874e08e1aca243 dropbear-0.53.1.tar.bz2
diff --git a/dropbear/.md5sum.x86_64 b/dropbear/.md5sum.x86_64
new file mode 100644
index 000000000..ac850b730
--- /dev/null
+++ b/dropbear/.md5sum.x86_64
@@ -0,0 +1 @@
+0284ea239083f04c8b874e08e1aca243 dropbear-0.53.1.tar.bz2
diff --git a/dropbear/Pkgfile b/dropbear/Pkgfile
new file mode 100644
index 000000000..701b91317
--- /dev/null
+++ b/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.53.1
+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
+}