updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / static_update / PKGBUILD
blob70f337683825b77985b0a47f05bb522391082e21
1 # Maintainer : chris_L <chrislcenter dash mamoru at yahoo.com dot mx>
3 pkgname=static_update
4 pkgver=0.1
5 pkgrel=1
6 pkgdesc="Perl based DNS updater for www.StaticCling.org"
7 arch=('any')
8 url="http://staticcling.org"
9 license=('unknown')
10 depends=('perl-libwww')
11 source=(http://staticcling.org/clients/static_update.pl)
12 md5sums=('ccea1bef819571ddb7091d9be12e4e68')
14 build() {
15         install -Dm755 static_update.pl $pkgdir/usr/bin/static_update.pl