From ecbb0b9b2409ab81b8245e66a5b66f21a6e37a52 Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 17 Dec 2009 22:33:17 +0100 Subject: dropbear, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/dropbear/.footprint | 7 +++++++ base/dropbear/.md5sum | 1 + base/dropbear/Pkgfile | 17 +++++++++++++++++ extra/dropbear/.footprint | 7 ------- extra/dropbear/.md5sum | 1 - extra/dropbear/Pkgfile | 17 ----------------- 6 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 base/dropbear/.footprint create mode 100644 base/dropbear/.md5sum create mode 100644 base/dropbear/Pkgfile delete mode 100644 extra/dropbear/.footprint delete mode 100644 extra/dropbear/.md5sum delete mode 100644 extra/dropbear/Pkgfile diff --git a/base/dropbear/.footprint b/base/dropbear/.footprint new file mode 100644 index 000000000..54aa7f73a --- /dev/null +++ b/base/dropbear/.footprint @@ -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/base/dropbear/.md5sum b/base/dropbear/.md5sum new file mode 100644 index 000000000..8a36bef74 --- /dev/null +++ b/base/dropbear/.md5sum @@ -0,0 +1 @@ +a1fc7adf601bca53330a792a9c873439 dropbear-0.52.tar.bz2 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 +} 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 -} -- cgit v1.2.3-70-g09d2