From cba413fa57e9d32b2c58d6418a6437144d698c3b Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 15 Oct 2011 15:28:24 +0200 Subject: dropbear dans extra --- extra/dropbear/.footprint.i686 | 7 +++++++ extra/dropbear/.footprint.x86_64 | 7 +++++++ extra/dropbear/.md5sum.i686 | 1 + extra/dropbear/.md5sum.x86_64 | 1 + extra/dropbear/Pkgfile | 17 +++++++++++++++++ 5 files changed, 33 insertions(+) create mode 100644 extra/dropbear/.footprint.i686 create mode 100644 extra/dropbear/.footprint.x86_64 create mode 100644 extra/dropbear/.md5sum.i686 create mode 100644 extra/dropbear/.md5sum.x86_64 create mode 100644 extra/dropbear/Pkgfile (limited to 'extra/dropbear') diff --git a/extra/dropbear/.footprint.i686 b/extra/dropbear/.footprint.i686 new file mode 100644 index 000000000..54aa7f73a --- /dev/null +++ b/extra/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/extra/dropbear/.footprint.x86_64 b/extra/dropbear/.footprint.x86_64 new file mode 100644 index 000000000..54aa7f73a --- /dev/null +++ b/extra/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/extra/dropbear/.md5sum.i686 b/extra/dropbear/.md5sum.i686 new file mode 100644 index 000000000..ac850b730 --- /dev/null +++ b/extra/dropbear/.md5sum.i686 @@ -0,0 +1 @@ +0284ea239083f04c8b874e08e1aca243 dropbear-0.53.1.tar.bz2 diff --git a/extra/dropbear/.md5sum.x86_64 b/extra/dropbear/.md5sum.x86_64 new file mode 100644 index 000000000..ac850b730 --- /dev/null +++ b/extra/dropbear/.md5sum.x86_64 @@ -0,0 +1 @@ +0284ea239083f04c8b874e08e1aca243 dropbear-0.53.1.tar.bz2 diff --git a/extra/dropbear/Pkgfile b/extra/dropbear/Pkgfile new file mode 100644 index 000000000..701b91317 --- /dev/null +++ b/extra/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 +} -- cgit v1.2.3-70-g09d2