# Maintainer: willemw # Contributor: David Schury # Contributor: reMiND # Contributor: Eric Engestrom # Contributor: trile7 at gmail dot com _name=inadyn pkgname=inadyn-fork pkgver=2.3.1 pkgrel=1 pkgdesc="Dynamic DNS client with SSL/TLS support" arch=('i686' 'x86_64') url="http://troglobit.com/inadyn.html" license=('GPL') depends=('ca-certificates' 'confuse' 'openssl') provides=('inadyn') backup=('etc/inadyn.conf') source=(https://github.com/troglobit/inadyn/releases/download/v$pkgver/$_name-$pkgver.tar.xz inadyn.conf) sha256sums=('81c942db6eab27fa16e868175bdb7aff963eeee06d48bc5443e0dcd6f7c2da40' 'a8203feb57e02d52f2ce4857e0ee8193b51da945b5f6966d223dd04dc6efdcbc') build() { cd $_name-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --enable-openssl make } package() { install -Dm600 inadyn.conf "$pkgdir/etc/inadyn.conf" cd $_name-$pkgver make DESTDIR="$pkgdir" install-strip }