1 # Contributor: Andrea Scarpino <andrea@archlinux.org>
6 pkgdesc="A network connectivity tracking library"
8 url="https://launchpad.net/ntrack"
10 depends=('qt' 'libnl' 'gcc-libs')
11 makedepends=('python2' 'bzr')
14 options=('!emptydirs' '!libtool')
22 msg "Connecting to the server...."
24 if [ -d ${_bzrmod} ]; then
26 msg "The local files are updated."
28 bzr co ${_bzrtrunk} ${_bzrmod}
31 msg "BZR checkout done or server timeout"
32 msg "Starting make..."
34 rm -rf "${_bzrmod}-build"
35 cp -r "${_bzrmod}" "${_bzrmod}-build"
39 ./configure --prefix=/usr \
46 cd "${srcdir}/${_bzrmod}-build"
47 make DESTDIR="${pkgdir}" install