[arch-commits] CVS update of arch/build/daemons/openssh (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun May 27 11:14:33 UTC 2007


    Date: Sunday, May 27, 2007 @ 07:14:33
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/daemons/openssh

Modified: PKGBUILD (1.58 -> 1.59)

added license


----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


Index: arch/build/daemons/openssh/PKGBUILD
diff -u arch/build/daemons/openssh/PKGBUILD:1.58 arch/build/daemons/openssh/PKGBUILD:1.59
--- arch/build/daemons/openssh/PKGBUILD:1.58	Sun May 27 03:55:56 2007
+++ arch/build/daemons/openssh/PKGBUILD	Sun May 27 07:14:33 2007
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD,v 1.58 2007/05/27 07:55:56 tpowa Exp $
+# $Id: PKGBUILD,v 1.59 2007/05/27 11:14:33 andyrtr Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=openssh
 pkgver=4.6p1
 pkgrel=4
 pkgdesc='A Secure SHell server/client'
 arch=(i686 x86_64)
+license=('custom')
 url="http://www.openssh.org/portable.html"
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
 depends=('openssl>=0.9.8b' 'zlib' 'pam' 'tcp_wrappers')
@@ -38,4 +39,5 @@
     echo "StrictHostKeyChecking ask" >>  $startdir/pkg/etc/ssh/ssh_config
     rm $startdir/pkg/usr/man/man1/slogin.1
     ln -sf ssh.1.gz $startdir/pkg/usr/man/man1/slogin.1.gz
+  install -Dm644 LICENCE $startdir/pkg/usr/share/licenses/custom/$pkgname/LICENCE
 }




More information about the arch-commits mailing list