proxychains-ng: create config file
This commit is contained in:
@@ -10,15 +10,21 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#shelltools.makedirs("proxychains-ng-4.16")
|
||||
autotools.configure("--prefix=/usr --sysconfdir=/etc")
|
||||
shelltools.makedirs("proxychains-ng-4.16")
|
||||
autotools.configure("./configure --prefix=/usr --sysconfdir=/etc")
|
||||
|
||||
def build():
|
||||
#shelltools.makedirs("proxychains-ng-4.16")
|
||||
shelltools.makedirs("proxychains-ng-4.16")
|
||||
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
shelltools.makedirs("proxychains-ng-4.16")
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
autotools.rawInstall("DESTDIR=%s install-config" % get.installDIR())
|
||||
shelltools.system("ln -s /usr/bin/proxychains4 proxychains")
|
||||
|
||||
# Install config file
|
||||
autotools.rawInstall("DESTDIR=%s install-config" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "README")
|
||||
|
||||
Reference in New Issue
Block a user