From a8bbd4c5eb12707ddba0ef41833cb9176b8ca9c5 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 12 Dec 2010 16:54:45 +0100 Subject: Recette de OpenSSH mise à jour. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openssh/Pkgfile | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) (limited to 'openssh/Pkgfile') diff --git a/openssh/Pkgfile b/openssh/Pkgfile index 7c069d3..7683009 100644 --- a/openssh/Pkgfile +++ b/openssh/Pkgfile @@ -1,19 +1,32 @@ -description="Secure SHell server and client tools" -packager="" -maintainer="CRUX System Team, core-ports at crux dot nu" +description="Secure SHell server and client tools." +packager="CRUX System Team " +maintainer="Lukc " url="http://www.openssh.org/" depends=(openssl zlib tcp_wrappers) name=openssh version=5.6p1 release=1 -source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-5.6p1.tar.gz sshd) +source=( + ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz + sshd +) build () { - cd $name-$version; - ./configure --prefix=/usr --libexecdir=/usr/lib/ssh --sysconfdir=/etc/ssh --with-mantype=man --mandir=/usr/man --with-tcp-wrappers --with-md5-passwords --with-privsep-user=nobody --with-privsep-path=/var/empty --with-xauth=/usr/bin/xauth; - make; - make DESTDIR=$PKG install; - install -D -m 755 $SRC/sshd $PKG/etc/rc.d/sshd; - rm -rf $PKG/usr/share $PKG/var + cd $name-$version; + ./configure \ + --prefix=$prefix \ + --libexecdir=$libdir/ssh \ + --sysconfdir=$sysconfdir/ssh \ + --with-mantype=man \ + --mandir=$mandir \ + --with-tcp-wrappers \ + --with-md5-passwords \ + --with-privsep-user=nobody \ + --with-privsep-path=/var/empty \ + --with-xauth=/usr/bin/xauth; + make; + make DESTDIR=$PKG install; + install -D -m 755 $SRC/sshd $PKG/etc/rc.d/sshd; + rm -rf $PKG/var } -- cgit v1.2.3-70-g09d2