summaryrefslogtreecommitdiff
path: root/social/inadyn-opendns/PKGBUILD
blob: 75e8dc1aef616d527b6dec7a38a552a0e031eefb (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
# Contributor: Bug <Bug2000@gmail.com>
# Maintainer: Bug <Bug2000@gmail.com>
pkgname=inadyn-opendns
pkgver=1.99
pkgrel=3
pkgdesc="Simple dynamic DNS client with SSL support"
arch=('i686')
url="http://www.opendns.com/account/dynamic_dns/downloads"
license=('GPL')
makedepends=('unzip')
depends=('curl')
conflicts=('inadyn')
provides=('inadyn')
backup=('etc/inadyn.conf')
install=('inadyn-opendns.install')
source=("http://www.opendns.com/support/ddns_files/inadyn.source.v$pkgver.zip"
	'inadyn.rc-script')
md5sums=('0f2cf9c3ea3482c03e1c42f8480f1c55'
	 '73c61f9939546c28119242a1e12ffcff')

build() {
  cd "$srcdir/inadyn.source.v$pkgver"

  make || return 1

  install -Dm755 bin/linux/inadyn $pkgdir/usr/sbin/inadyn
  install -Dm644 man/inadyn.8 $pkgdir/usr/share/man/man8/inadyn.8
  install -Dm644 man/inadyn.conf.5 $pkgdir/usr/share/man/man5/inadyn.conf.5
  install -Dm644 readme.html $pkgdir/usr/share/doc/inadyn/readme.html
  install -Dm755 $srcdir/inadyn.rc-script $pkgdir/etc/rc.d/inadyn
  install -Dm644 inadyn.conf $pkgdir/etc/inadyn.conf
}