mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/strongswan to 5.7.2-2
This commit is contained in:
parent
a592e5623b
commit
e7d4c492d3
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue