mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/strongswan to 5.8.0-1
This commit is contained in:
parent
04a7b8d8f1
commit
c0616b4df7
1 changed files with 7 additions and 5 deletions
|
@ -13,15 +13,15 @@
|
|||
# - remove --enable-aesni from configure
|
||||
|
||||
pkgname=strongswan
|
||||
pkgver=5.7.2
|
||||
pkgrel=2
|
||||
pkgver=5.8.0
|
||||
pkgrel=1
|
||||
pkgdesc='Open source IPsec implementation'
|
||||
url='https://www.strongswan.org'
|
||||
license=('GPL2')
|
||||
arch=('x86_64')
|
||||
makedepends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'libsystemd'
|
||||
makedepends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'systemd-libs'
|
||||
'systemd' 'pam' 'libnm-glib' 'python' 'ruby' 'mariadb' 'python-setuptools')
|
||||
depends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'libsystemd' 'pam')
|
||||
depends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'systemd-libs' 'pam')
|
||||
optdepends=('libnm-glib: for networkmanager support'
|
||||
'mariadb: MySQL support'
|
||||
'ruby: Ruby support'
|
||||
|
@ -51,7 +51,7 @@ source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2"{,.sig}
|
|||
|
||||
validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77")
|
||||
|
||||
sha512sums=('e2169dbbc0c03737e34af90d7bc07e444408c5e2ac1f81764eeccbac8b142b984ce9ed512a89071075a930e0997632267f6912aa5b352eee2edbd551b5a64e7e'
|
||||
sha512sums=('bf70aa6f9bb3d64d7cf02c7efd9053830efaa51b4cb20bd18dc75b1f0e7532c6217b4074b24dc10bd214484442bc496a57f7ca46bb341c50153feff98cd2bf94'
|
||||
'SKIP'
|
||||
'0e2c818f2f620410dda949d9016a4c1a686bf2946acb3b42a729b2376c077f4dad6762fe8d2f736c213c4895c1fbd60c0d654a1c36f72d06f58ba7cff635bc74')
|
||||
|
||||
|
@ -133,6 +133,8 @@ package() {
|
|||
make DESTDIR="${pkgdir}" install
|
||||
install -Dm644 "${pkgdir}/etc/dbus-1/system.d/nm-strongswan-service.conf" "${pkgdir}/usr/share/dbus-1/system.d/nm-strongswan-service.conf"
|
||||
rm -v "${pkgdir}/etc/dbus-1/system.d/nm-strongswan-service.conf"
|
||||
# remove empty directory
|
||||
rmdir -v "${pkgdir}/etc/dbus-1/system.d"
|
||||
}
|
||||
|
||||
# vim: ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue