summaryrefslogtreecommitdiffstats
path: root/base/dropbear
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:28:24 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:28:24 +0200
commitcba413fa57e9d32b2c58d6418a6437144d698c3b (patch)
tree9e87be11ba22e2c1d01452b6f502a15289ff13f8 /base/dropbear
parent32d76cec4b764c5d4f99db85a8ea77e116e4bc33 (diff)
downloadnutyx-extra-cba413fa57e9d32b2c58d6418a6437144d698c3b.tar.gz
nutyx-extra-cba413fa57e9d32b2c58d6418a6437144d698c3b.tar.bz2
nutyx-extra-cba413fa57e9d32b2c58d6418a6437144d698c3b.tar.xz
nutyx-extra-cba413fa57e9d32b2c58d6418a6437144d698c3b.zip
dropbear dans extra
Diffstat (limited to 'base/dropbear')
-rw-r--r--base/dropbear/.footprint.i6867
-rw-r--r--base/dropbear/.footprint.x86_647
-rw-r--r--base/dropbear/.md5sum.i6861
-rw-r--r--base/dropbear/.md5sum.x86_641
-rw-r--r--base/dropbear/Pkgfile17
5 files changed, 0 insertions, 33 deletions
diff --git a/base/dropbear/.footprint.i686 b/base/dropbear/.footprint.i686
deleted file mode 100644
index 54aa7f73a..000000000
--- a/base/dropbear/.footprint.i686
+++ /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/base/dropbear/.footprint.x86_64 b/base/dropbear/.footprint.x86_64
deleted file mode 100644
index 54aa7f73a..000000000
--- a/base/dropbear/.footprint.x86_64
+++ /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/base/dropbear/.md5sum.i686 b/base/dropbear/.md5sum.i686
deleted file mode 100644
index ac850b730..000000000
--- a/base/dropbear/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-0284ea239083f04c8b874e08e1aca243 dropbear-0.53.1.tar.bz2
diff --git a/base/dropbear/.md5sum.x86_64 b/base/dropbear/.md5sum.x86_64
deleted file mode 100644
index ac850b730..000000000
--- a/base/dropbear/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-0284ea239083f04c8b874e08e1aca243 dropbear-0.53.1.tar.bz2
diff --git a/base/dropbear/Pkgfile b/base/dropbear/Pkgfile
deleted file mode 100644
index 701b91317..000000000
--- a/base/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.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
-}