etherape, nmap: new packages

This commit is contained in:
suvari
2022-07-10 23:27:41 +03:00
parent 45c6bcf789
commit 37c624ebd1
16 changed files with 509 additions and 9 deletions
+85
View File
@@ -0,0 +1,85 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>nmap</Name>
<Homepage>https://nmap.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>nmap</Icon>
<Summary>Utility for network exploration or security auditing</Summary>
<Description>Nmap is a utility for network exploration or security auditing.</Description>
<Archive sha1sum="62342a9a6641833c5c16b7a24ced4bace68c60fb" type="tarbz2">https://nmap.org/dist/nmap-7.92.tar.bz2</Archive>
<BuildDependencies>
<Dependency>subversion-devel</Dependency>
<Dependency>libpcap-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>lua-devel</Dependency>
<Dependency>apr-devel</Dependency>
<Dependency>gcc</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">nmap-4.75-include.patch</Patch>
<Patch level="1">nmap-5.10_beta1-string.patch</Patch>
<Patch level="1">nmap-5.21-python.patch</Patch>
</Patches>
</Source>
<Package>
<Name>nmap</Name>
<IsA>app:console</IsA>
<RuntimeDependencies>
<Dependency>subversion</Dependency>
<Dependency>libpcap</Dependency>
<Dependency>openssl</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>zlib</Dependency>
<Dependency>lua</Dependency>
<Dependency>apr</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/ncat</Path>
<Path fileType="data">/usr/share/nmap</Path>
<Path fileType="data">/usr/share/nping</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/nmap.png">nmap.png</AdditionalFile>
</AdditionalFiles>
</Package>
<Package>
<Name>zenmap</Name>
<IsA>app:gui</IsA>
<Summary>zenmap is the graphical frontend for nmap</Summary>
<RuntimeDependencies>
<Dependency release="current">nmap</Dependency>
<Dependency>python-gtk</Dependency>
<Dependency>xdg-utils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/zenmap</Path>
<Path fileType="man">/usr/share/man/man1/zenmap.1</Path>
<Path fileType="doc">/usr/lib/python*/site-packages</Path>
<Path fileType="doc">/usr/share/zenmap</Path>
<Path fileType="doc">/usr/share/applications</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2012-09-01</Date>
<Version>7.92</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
</History>
</PISI>