mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-21 16:25:00 -05:00
Add openconnect-git
This commit is contained in:
parent
3d320fd517
commit
6d9f07fc79
36
src/openconnect-git/PKGBUILD
Normal file
36
src/openconnect-git/PKGBUILD
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# Maintainer: Brian BIdulock <bidulock@openss7.org>
|
||||||
|
|
||||||
|
pkgname=openconnect-git
|
||||||
|
_pkgname=openconnect
|
||||||
|
pkgver=7.08.r46.g91c8188
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Open client for Cisco AnyConnect VPN"
|
||||||
|
arch=('i686' 'x86_64')
|
||||||
|
license=('LGPL2.1')
|
||||||
|
url="http://www.infradead.org/openconnect.html"
|
||||||
|
depends=('libxml2' 'gnutls' 'libproxy' 'vpnc' 'krb5' 'lz4' 'pcsclite')
|
||||||
|
makedepends=('intltool' 'python2' 'git')
|
||||||
|
options=('!emptydirs')
|
||||||
|
provides=($_pkgname)
|
||||||
|
conflicts=($_pkgname)
|
||||||
|
source=("$pkgname::git+https://gitlab.com/ocserv/$_pkgname.git/")
|
||||||
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
pkgver() {
|
||||||
|
cd "$pkgname"
|
||||||
|
git describe --long --tags | sed 's,^[^0-9]*,,;s,\([^-]*-g\),r\1,;s,-,.,g'
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $pkgname
|
||||||
|
./autogen.sh
|
||||||
|
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
|
||||||
|
--sbindir=/usr/bin \
|
||||||
|
--disable-static
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd $pkgname
|
||||||
|
make DESTDIR="$pkgdir" install
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user