5 pkgdesc="Torsocks allows you to use most socks-friendly applications in a safe way with Tor."
7 url="http://code.google.com/p/torsocks"
10 _gitroot=git://git.torproject.org/git/${_pkgname}
14 git clone $_gitroot $_gitname || return 1
15 cd $_gitname || return 1
18 ./configure --prefix=/usr
19 make DESTDIR="${pkgdir}" install || return 1