2012-09-10 11:15:45 +08:00
|
|
|
# maintainer: abveritas@chakra-project.org
|
2010-03-14 23:48:48 +08:00
|
|
|
|
|
|
|
pkgname=openconnect
|
2015-09-06 19:31:07 +08:00
|
|
|
pkgver=7.06
|
2015-11-19 06:52:35 +08:00
|
|
|
pkgrel=2
|
2010-03-14 23:48:48 +08:00
|
|
|
pkgdesc="Open client for Cisco AnyConnect VPN"
|
2012-12-17 04:50:53 +08:00
|
|
|
arch=('x86_64')
|
2015-11-19 06:52:35 +08:00
|
|
|
license=('LGPL2.1')
|
2010-03-14 23:48:48 +08:00
|
|
|
url="http://www.infradead.org/openconnect.html"
|
2013-07-21 05:15:44 +08:00
|
|
|
depends=('libxml2' 'gnutls' 'libproxy' 'vpnc')
|
|
|
|
makedepends=('intltool' 'python2')
|
2015-11-19 06:52:35 +08:00
|
|
|
options=('!emptydirs')
|
|
|
|
source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
|
2015-09-06 19:31:07 +08:00
|
|
|
md5sums=('80f397911e1fed43d897d99be3d5f1a1')
|
2010-03-14 23:48:48 +08:00
|
|
|
|
|
|
|
build() {
|
2015-11-19 06:52:35 +08:00
|
|
|
cd $pkgname-$pkgver
|
|
|
|
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
|
|
|
|
--disable-static
|
2011-06-09 17:51:06 +08:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2015-11-19 06:52:35 +08:00
|
|
|
cd $pkgname-$pkgver
|
|
|
|
make DESTDIR="$pkgdir" install
|
2010-03-14 23:48:48 +08:00
|
|
|
}
|