[arch-commits] Commit in qopenvpn/repos (2 files)
Felix Yan
fyan at archlinux.org
Sun Sep 20 03:05:13 UTC 2015
Date: Sunday, September 20, 2015 @ 05:05:13
Author: fyan
Revision: 141132
archrelease: copy trunk to community-staging-any
Added:
qopenvpn/repos/community-staging-any/
qopenvpn/repos/community-staging-any/PKGBUILD
(from rev 141131, qopenvpn/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: qopenvpn/repos/community-staging-any/PKGBUILD (from rev 141131, qopenvpn/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2015-09-20 03:05:13 UTC (rev 141132)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Michal Krenek (Mikos) <m.krenek at gmail.com>
+
+pkgname=qopenvpn
+pkgver=1.3.2
+pkgrel=2
+pkgdesc="Simple OpenVPN GUI written in PyQt for systemd based distributions"
+arch=('any')
+url="https://github.com/xmikos/qopenvpn"
+license=('GPL3')
+depends=('python-pyqt4' 'openvpn' 'systemd' 'python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xmikos/qopenvpn/archive/v$pkgver.tar.gz")
+md5sums=('1138c6d7bd8ad06c953c18dec81b4108')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ python setup.py build
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ python setup.py install --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list