1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Ricardo Hernández <richerve@archlinux.com.ve>
7 # Maintainer: Ricardo Hernández <richerve@archlinux.com.ve>
11 pkgdesc="Pydhcplib is a library to read, write, encode, and decode DHCP packets on a network. It also includes an admnistrator tool to send and receive DHCP traffic."
12 arch=('i686' 'x86_64' )
13 url="http://pydhcplib.tuxfamily.org/pmwiki/"
16 makedepends=('python')
17 source=(http://pydhcplib.tuxfamily.org/download/${pkgname}-${pkgver}.tar.gz)
20 cd "$srcdir/$pkgname-$pkgver"
21 python setup.py install --root=$pkgdir || return 1
24 # vim:set ts=2 sw=2 et:
25 md5sums=('88b8ffeeb4e3d70efb1274e49c0f841b')