1 # Contributer: N30N <archlinux@alunamation.com>
2 # Contributor: Anthony Martin <ality@pbrane.org>
3 # Contributor: rransom <rransom.8774@gmail.com>
8 pkgdesc="The latest hg pull of libixp, A standalone client/server 9p library"
9 url="http://libs.suckless.org/libixp"
11 arch=("i686" "x86_64")
12 makedepends=("mercurial" "txt2tags")
17 _hgroot="http://code.suckless.org/hg"
24 "PREFIX=${pkgdir}/usr" \
28 cp -rf "${_hgrepo}" build
30 hg checkout "${pkgver}"
32 msg "Starting build process."
34 make ${_flags[@]} install
37 # vim: set noet ff=unix