[arch-commits] Commit in (4 files)

Jerome Leclanche jleclanche at archlinux.org
Sat Feb 14 21:12:21 UTC 2015


    Date: Saturday, February 14, 2015 @ 22:12:21
  Author: jleclanche
Revision: 127715

lxqt-openssh-askpass: Upstream release 0.9 (Moved from AUR)

Added:
  lxqt-openssh-askpass/
  lxqt-openssh-askpass/repos/
  lxqt-openssh-askpass/trunk/
  lxqt-openssh-askpass/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Added: lxqt-openssh-askpass/trunk/PKGBUILD
===================================================================
--- lxqt-openssh-askpass/trunk/PKGBUILD	                        (rev 0)
+++ lxqt-openssh-askpass/trunk/PKGBUILD	2015-02-14 21:12:21 UTC (rev 127715)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-openssh-askpass
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="LXQt openssh password prompt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("95c9646c8583add54e49b31c6c8dd04d9d09a8836fa8ea289e0adce403aaa72b")
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}


Property changes on: lxqt-openssh-askpass/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list