[arch-commits] Commit in openssh-askpass/repos (3 files)

Jakob Gruber schuay at nymeria.archlinux.org
Tue Feb 19 10:12:02 UTC 2013


    Date: Tuesday, February 19, 2013 @ 11:12:02
  Author: schuay
Revision: 84494

archrelease: copy trunk to community-staging-x86_64

Added:
  openssh-askpass/repos/community-staging-x86_64/
  openssh-askpass/repos/community-staging-x86_64/PKGBUILD
    (from rev 84493, openssh-askpass/trunk/PKGBUILD)
  openssh-askpass/repos/community-staging-x86_64/openssh-askpass.sh
    (from rev 84493, openssh-askpass/trunk/openssh-askpass.sh)

--------------------+
 PKGBUILD           |   36 ++++++++++++++++++++++++++++++++++++
 openssh-askpass.sh |    3 +++
 2 files changed, 39 insertions(+)

Copied: openssh-askpass/repos/community-staging-x86_64/PKGBUILD (from rev 84493, openssh-askpass/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-19 10:12:02 UTC (rev 84494)
@@ -0,0 +1,36 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Previous Maintainer:  TDY <tdy at gmx.com>
+# Contributor: Massimiliano Torromeo <Massimiliano.Torromeo AT gmail DOT com>
+
+pkgname=openssh-askpass
+pkgver=1.3.6
+pkgrel=2
+pkgdesc='A plasma-like passphrase dialog for ssh'
+arch=('i686' 'x86_64')
+url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1'
+license=('GPL')
+depends=('openssh' 'qt4')
+makedepends=('cmake')
+provides=('x11-ssh-askpass')
+conflicts=('x11-ssh-askpass')
+source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz"
+        "$pkgname.sh")
+         
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
+}
+
+md5sums=('795519396f070038857cd35710e2ff85'
+         '961738244318f3723ba99cdcaac91a21')

Copied: openssh-askpass/repos/community-staging-x86_64/openssh-askpass.sh (from rev 84493, openssh-askpass/trunk/openssh-askpass.sh)
===================================================================
--- community-staging-x86_64/openssh-askpass.sh	                        (rev 0)
+++ community-staging-x86_64/openssh-askpass.sh	2013-02-19 10:12:02 UTC (rev 84494)
@@ -0,0 +1,3 @@
+if [ -f /usr/lib/openssh/qt4-ssh-askpass ]; then
+  export SSH_ASKPASS=/usr/lib/openssh/qt4-ssh-askpass
+fi




More information about the arch-commits mailing list