ufw remove
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
shelltools.system("python3 setup.py build")
|
||||
|
||||
def check():
|
||||
pass
|
||||
#pythonmodules.run("setup.py test", pyVer="3")
|
||||
#pythonmodules.run("test/run_all_unittests.py",pyVer="3")
|
||||
#pythonmodules.run("test/run_examples_test.py",pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
|
||||
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
@@ -1,50 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ufw</Name>
|
||||
<Homepage>https://launchpad.net/ufw</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<Icon>ufw</Icon>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Uncomplicated and easy to use CLI tool for managing a netfilter firewall</Summary>
|
||||
<Description>Ufw stands for Uncomplicated Firewall, and is program for managing a netfilter firewall. It provides a command line interface and aims to be uncomplicated and easy to use.</Description>
|
||||
<Archive sha1sum="b68dd1189cda89083418ca618176dd858b6cb3a2" type="targz">https://launchpad.net/ufw/0.36/0.36.1/+download/ufw-0.36.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>iptables-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>ufw</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>iptables</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="data">/lib/ufw</Path>
|
||||
<Path fileType="data">/usr/share/ufw</Path>
|
||||
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-07-10</Date>
|
||||
<Version>0.36.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ufw</Name>
|
||||
<Summary xml:lang="tr">Bir netfilter güvenlik duvarını yönetmek için karmaşık olmayan ve kullanımı kolay CLI aracı</Summary>
|
||||
<Description xml:lang="tr">Ufw, Komplike Olmayan Güvenlik Duvarı anlamına gelir ve bir netfilter güvenlik duvarını yönetme programıdır. Bir komut satırı arayüzü sağlar ve basit ve kullanımı kolay olmayı amaçlar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user