updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gnhostlinux / PKGBUILD
blob3c891cf13f7f0de8a3ee5003024f73f3ae1a93b5
1 # Maintainer: Wu Xiaotian <yetist@gmail.com>
3 pkgname=gnhostlinux
4 pkgver=1.3.2
5 pkgrel=1
6 pkgdesc="DDNS Client for gnhost"
7 arch=('i686')
8 license=('custom')
9 url="http://www.gnway.com"
10 groups=('network')
11 backup=('/etc/gnhostlinux.conf')
12 source=(http://www1.gnway.com/download/${pkgname}${pkgver}.tgz
13         gnhostlinux
16 md5sums=('0b42d7cc99e28f5dbb372fc251a8f2aa'
17          'c0d62b4703d394fb9f826789fd360283')
19 build() {
20   cd ${srcdir}
21   install -D -m755 ../gnhostlinux.conf $startdir/pkg/etc/gnhostlinux.conf
22   install -D -m755 gnhostlinux $startdir/pkg/usr/sbin/gnhostlinux
23   install -D -m755 ../gnhostlinux $startdir/pkg/etc/rc.d/gnhostlinux