[arch-commits] Commit in x11-ssh-askpass/repos (4 files)

Gaetan Bisson bisson at archlinux.org
Wed Oct 19 22:29:39 UTC 2011


    Date: Wednesday, October 19, 2011 @ 18:29:38
  Author: bisson
Revision: 140827

db-move: moved x11-ssh-askpass from [testing] to [extra] (i686)

Added:
  x11-ssh-askpass/repos/extra-i686/
  x11-ssh-askpass/repos/extra-i686/PKGBUILD
    (from rev 140826, x11-ssh-askpass/repos/testing-i686/PKGBUILD)
  x11-ssh-askpass/repos/extra-i686/profile.d
    (from rev 140826, x11-ssh-askpass/repos/testing-i686/profile.d)
Deleted:
  x11-ssh-askpass/repos/testing-i686/

-----------+
 PKGBUILD  |   44 ++++++++++++++++++++++++++++++++++++++++++++
 profile.d |    4 ++++
 2 files changed, 48 insertions(+)

Copied: x11-ssh-askpass/repos/extra-i686/PKGBUILD (from rev 140826, x11-ssh-askpass/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-10-19 22:29:38 UTC (rev 140827)
@@ -0,0 +1,44 @@
+# $Id$
+
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Mike Sampson <mike at sambodata dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=x11-ssh-askpass
+pkgver=1.2.4.1
+pkgrel=3
+pkgdesc='Lightweight passphrase dialog for SSH'
+url='http://www.jmknoble.net/software/x11-ssh-askpass/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('libxt')
+makedepends=('imake')
+#source=("${url}${pkgname}-${pkgver}.tar.gz" # httpd only sends half the bits
+source=("http://pkgs.fedoraproject.org/repo/pkgs/openssh/x11-ssh-askpass-1.2.4.1.tar.gz/8f2e41f3f7eaa8543a2440454637f3c3/x11-ssh-askpass-1.2.4.1.tar.gz"
+        'profile.d')
+sha1sums=('78c992951685d4dbffb77536f37b83ae2a6eafc7'
+          '28be56290d07e2625bc8e81ae8c7ea741d329c51')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./configure \
+		--mandir=/usr/share/man \
+		--libexecdir=/usr/lib/ssh \
+		--with-app-defaults-dir=/usr/share/X11/app-defaults \
+
+	xmkmf
+	make includes
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}" install install.man
+	install -Dm755 ../profile.d "${pkgdir}/etc/profile.d/${pkgname}.sh"
+
+	install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+	sed '109,174p;d' README > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: x11-ssh-askpass/repos/extra-i686/profile.d (from rev 140826, x11-ssh-askpass/repos/testing-i686/profile.d)
===================================================================
--- extra-i686/profile.d	                        (rev 0)
+++ extra-i686/profile.d	2011-10-19 22:29:38 UTC (rev 140827)
@@ -0,0 +1,4 @@
+if [ -f "/usr/lib/ssh/x11-ssh-askpass" ] ; then
+	SSH_ASKPASS="/usr/lib/ssh/x11-ssh-askpass"
+	export SSH_ASKPASS
+fi




More information about the arch-commits mailing list