community/strongswan to 5.7.2-2

This commit is contained in:
Kevin Mihelich 2019-02-09 16:12:38 +00:00
parent a592e5623b
commit e7d4c492d3

View file

@ -14,7 +14,7 @@
pkgname=strongswan
pkgver=5.7.2
pkgrel=1
pkgrel=2
pkgdesc='Open source IPsec implementation'
url='https://www.strongswan.org'
license=('GPL2')
@ -26,6 +26,7 @@ optdepends=('libnm-glib: for networkmanager support'
'mariadb: MySQL support'
'ruby: Ruby support'
'python: Python support'
'resolvconf: Resolveplugin'
'openldap: LDAP support')
# TODO: move to package() and use find
backup=(
@ -130,6 +131,8 @@ build() {
package() {
cd ${pkgname}-${pkgver}
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"
}
# vim: ts=2 sw=2 et: