Merge pull request #10421 from suvari/master
proxychains-ng: create config file
This commit is contained in:
@@ -10,15 +10,21 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#shelltools.makedirs("proxychains-ng-4.16")
|
shelltools.makedirs("proxychains-ng-4.16")
|
||||||
autotools.configure("--prefix=/usr --sysconfdir=/etc")
|
autotools.configure("./configure --prefix=/usr --sysconfdir=/etc")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
#shelltools.makedirs("proxychains-ng-4.16")
|
shelltools.makedirs("proxychains-ng-4.16")
|
||||||
|
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
|
shelltools.makedirs("proxychains-ng-4.16")
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
autotools.rawInstall("DESTDIR=%s install-config" % get.installDIR())
|
||||||
shelltools.system("ln -s /usr/bin/proxychains4 proxychains")
|
shelltools.system("ln -s /usr/bin/proxychains4 proxychains")
|
||||||
|
|
||||||
|
# Install config file
|
||||||
|
autotools.rawInstall("DESTDIR=%s install-config" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("COPYING", "README")
|
pisitools.dodoc("COPYING", "README")
|
||||||
|
|||||||
@@ -27,13 +27,14 @@
|
|||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="config">/etc/proxychains.conf</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2022-06-21</Date>
|
<Date>2022-06-22</Date>
|
||||||
<Version>4.16</Version>
|
<Version>4.16</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>First release</Comment>
|
||||||
<Name>Kamil Atlı</Name>
|
<Name>Kamil Atlı</Name>
|
||||||
|
|||||||
Reference in New Issue
Block a user