summaryrefslogtreecommitdiffstats
path: root/abs/extra/ddclient/PKGBUILD
blob: 77be4a8723c2bf3751ec22af4987b3cf13f048ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# $Id: PKGBUILD 17388 2010-05-24 09:45:55Z spupykin $
# Maintainer: Abhishek Dasgupta <abhidg@gmail.com>
# Contributor: David Rosenstrauch <darose@darose.net>

pkgname=ddclient
pkgver=3.8.0
pkgrel=4
pkgdesc="Update dynamic DNS entries for accounts on many dynamic DNS services."
arch=('any')
url="http://ddclient.sourceforge.net/"
license=('GPL2')
depends=('perl' 'perl-io-socket-ssl')
backup=('etc/ddclient/ddclient.conf' 'etc/conf.d/ddclient')
install=ddclient.install
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 ddclient.rc ddclient.conf.d ddclient-foreground.patch)

build() {
  cd ${srcdir}/ddclient-${pkgver}
  patch < ${srcdir}/ddclient-foreground.patch

  # core files
  install -D -m755 ddclient ${pkgdir}/usr/sbin/ddclient
  install -D -m755 ${srcdir}/ddclient.rc ${pkgdir}/etc/rc.d/ddclient
  install -D -m600 sample-etc_ddclient.conf ${pkgdir}/etc/ddclient/ddclient.conf
  install -D -m644 ${srcdir}/ddclient.conf.d ${pkgdir}/etc/conf.d/ddclient
  install -d ${pkgdir}/var/cache/ddclient

  # additional instructions, sample configs
  install -D -m644 README ${pkgdir}/etc/ddclient/samples/README
  install -D -m644 sample-etc_cron.d_ddclient ${pkgdir}/etc/ddclient/samples/sample-etc_cron.d_ddclient
  install -D -m644 sample-etc_dhcpc_dhcpcd-eth0.exe ${pkgdir}/etc/ddclient/samples/sample-etc_dhcpc_dhcpcd-eth0.exe
  install -D -m644 sample-etc_ppp_ip-up.local ${pkgdir}/etc/ddclient/samples/sample-etc_ppp_ip-up.local
}
md5sums=('6cac7a5eb1da781bfd4d98cef0b21f8e'
         '7035bf8132f3517a59167f61ee5e8b90'
         'b8f39c82827776da948b76ef83544d33'
         'd8ffc95f98f9afcb4a06a1e192220e35')