summaryrefslogtreecommitdiffstats
path: root/abs/extra/inadyn/PKGBUILD
blob: 405f34dd0e266cfbf367f544fdb1ddaf7f95925f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgname=inadyn
pkgver=1.96.2
pkgrel=4
pkgdesc="Simple dynamic DNS client"
url="http://www.dyndns.com/support/kb/using_inadyn_with_dyndns_services.html"
makedepends=('unzip')
arch=('i686' 'x86_64')
license=('GPL')
source=(http://cdn.dyndns.com/$pkgname.zip run)
	

build() {
  cd $startdir/src/$pkgname
  install -m755 -D bin/linux/$pkgname $startdir/pkg/usr/sbin/$pkgname
  install -m644 -D man/$pkgname.8 $startdir/pkg/usr/man/man8/$pkgname.8
  install -m644 -D man/$pkgname.conf.5 $startdir/pkg/usr/man/man5/$pkgname.conf.5
  install -m755 -D ../run $startdir/pkg/etc/sv/inadyn/run
}