mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-11 21:10:36 +00:00
15 lines
415 B
Plaintext
15 lines
415 B
Plaintext
# description : SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)(python2)
|
|
# depends : python2
|
|
|
|
name=python2-pysocks
|
|
version=1.7.0
|
|
release=1
|
|
source=($name-$version.tar.gz::https://github.com/Anorov/PySocks/archive/$version.tar.gz)
|
|
md5sum=(9c6e79fdd2d85e68772872e83e604b84)
|
|
|
|
build() {
|
|
cd PySocks-$version
|
|
python2 setup.py build
|
|
python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
|
|
}
|