# Maintainer: Carsten Feuls # Contributor: AXVill # Contributor: dacoit # Contributor: xjpvictor Huang # Contributor: uuwe pkgname=openswan pkgver=2.6.51.5 pkgrel=1 pkgdesc='Open Source implementation of IPsec for the Linux operating system' url='https://www.openswan.org' arch=('i686' 'x86_64') license=('GPL' 'custom') depends=('gmp' 'perl' 'iproute2') makedepends=('flex' 'bison') optdepends=('python') conflicts=('ipsec-tools' 'strongswan') options=('!makeflags') backup=('etc/ipsec.conf' 'etc/ipsec.d/policies/'{block,clear,clear-or-private,private,private-or-clear}) source=("http://download.openswan.org/openswan/openswan-${pkgver}.tar.gz" 'openswan.service') prepare() { cd "$pkgname-$pkgver" # Change install paths to Arch defaults sed -i 's|/usr/local|/usr|;s|libexec/ipsec|lib/openswan|;s|)/sbin|)/bin|' Makefile.inc # Replace invalid init script paths with systemd script path sed -i 's/^INC_RCDIRS.*/INC_RCDIRS\?\=\/usr\/lib\/systemd\/scripts/' Makefile.inc } build() { cd "$pkgname-$pkgver" make USE_XAUTH=true USE_OBJDIR=true programs } package() { cd "$pkgname-$pkgver" # Pre-create init script directory mkdir -p "$pkgdir/usr/lib/systemd/scripts" make DESTDIR="$pkgdir" install # Change permissions in /var mv "$pkgdir/var/run" "$pkgdir/" rm -r "$pkgdir/var" chmod 700 "$pkgdir/run/pluto" # Copy License install -Dm644 LICENSE "$pkgdir/usr/share/licenses/openswan/LICENSE" # Install service unit install -Dm644 "$srcdir/openswan.service" "$pkgdir/usr/lib/systemd/system/openswan.service" # fix manpages mv "$pkgdir/usr/man" "$pkgdir/usr/share/" # fix python2 sed -i '1s|python|python2|' "$pkgdir/usr/lib/openswan/verify" } sha512sums=('b7864a1f2bf4a6c713de8ed669934567d89f79bcacf146ebd83d26d3ffb2bc482bc238308fd36a83a540fb3a832a5ff264529295c2bc309777b1e516b0e9f718' 'a234e97a4fe10fb85a8a1b69d0b55b7c7a4a9ef44c199f876f64bb7290e9f161b20e4c721112e26c6a5636a898a27a36b525aae0944cf6217ff81c36389d5803')