mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/openswan to 2.6.42-3
This commit is contained in:
parent
0b18889b10
commit
0514049a34
1 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: xjpvictor Huang <ke [AT] xjpvictor [DOT] info>
|
# Maintainer: xjpvictor Huang <ke [AT] xjpvictor [DOT] info>
|
||||||
pkgname=openswan
|
pkgname=openswan
|
||||||
pkgver=2.6.42
|
pkgver=2.6.42
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Open Source implementation of IPsec for the Linux operating system"
|
pkgdesc="Open Source implementation of IPsec for the Linux operating system"
|
||||||
url="http://www.openswan.org"
|
url="http://www.openswan.org"
|
||||||
license=('GPL' 'custom')
|
license=('GPL' 'custom')
|
||||||
|
@ -40,7 +40,9 @@ package() {
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
|
|
||||||
# Change permissions in /var
|
# Change permissions in /var
|
||||||
chmod 700 $pkgdir/var/run/pluto
|
mv $pkgdir/var/run $pkgdir/
|
||||||
|
rm -r $pkgdir/var
|
||||||
|
chmod 700 $pkgdir/run/pluto
|
||||||
|
|
||||||
# Copy License
|
# Copy License
|
||||||
install -Dm644 LICENSE $pkgdir/usr/share/licenses/openswan/LICENSE
|
install -Dm644 LICENSE $pkgdir/usr/share/licenses/openswan/LICENSE
|
||||||
|
|
Loading…
Reference in a new issue