mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
14 lines
384 B
Plaintext
14 lines
384 B
Plaintext
# description : SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)(python2)
|
|
# depends : python2-setuptools
|
|
|
|
name=python2-pysocks
|
|
version=1.7.0
|
|
release=1
|
|
source="$name-$version.tar.gz::https://github.com/Anorov/PySocks/archive/$version.tar.gz"
|
|
|
|
build() {
|
|
cd PySocks-$version
|
|
python2 setup.py build
|
|
python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
|
|
}
|