updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / pydhcplib / PKGBUILD
blobfa054a8a3acfc2d7f11fb109a8f2ca1724106190
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>
8 pkgname=pydhcplib
9 pkgver=0.6.2
10 pkgrel=1
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/"
14 license=('GPLv3')
15 depends=('python')
16 makedepends=('python')
17 source=(http://pydhcplib.tuxfamily.org/download/${pkgname}-${pkgver}.tar.gz)
19 build() {
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')