PKGBUILDs/community/ipcheck/PKGBUILD

24 lines
614 B
Bash
Raw Normal View History

2009-10-10 02:15:33 +00:00
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Jeff Mickey <jeff@archlinux.org>
# Contributor: Mirko Messer <mirk@chao.ch>
pkgname=ipcheck
pkgver=0.237
pkgrel=1
pkgdesc="A simple python script to register your dynamic IP address using the NIC V2.0 protocol"
arch=(i686 x86_64)
url="http://ipcheck.sourceforge.net/"
license=('GPL')
depends=('python')
source=(http://ipcheck.sourceforge.net/ipcheck.py)
md5sums=('9c10614f3c97471ecc7bea0ac0d2dcba')
build()
{
cd $startdir/src/
install -D -m755 ipcheck.py $startdir/pkg/usr/bin/ipcheck.py
cd $startdir/pkg/usr/bin/
ln -s ipcheck.py ipcheck
}