summaryrefslogtreecommitdiffstats
path: root/extra/dropbear
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 /extra/dropbear
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 'extra/dropbear')
-rw-r--r--extra/dropbear/.footprint7
-rw-r--r--extra/dropbear/.md5sum1
-rw-r--r--extra/dropbear/Pkgfile17
3 files changed, 0 insertions, 25 deletions
diff --git a/extra/dropbear/.footprint b/extra/dropbear/.footprint
deleted file mode 100644
index 54aa7f73a..000000000
--- a/extra/dropbear/.footprint
+++ /dev/null
@@ -1,7 +0,0 @@
-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/extra/dropbear/.md5sum b/extra/dropbear/.md5sum
deleted file mode 100644
index 8a36bef74..000000000
--- a/extra/dropbear/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-a1fc7adf601bca53330a792a9c873439 dropbear-0.52.tar.bz2
diff --git a/extra/dropbear/Pkgfile b/extra/dropbear/Pkgfile
deleted file mode 100644
index c86a892ae..000000000
--- a/extra/dropbear/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
-}