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
+28
View File
@@ -0,0 +1,28 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.export("AT_M4DIR", "m4")
shelltools.export("AUTOPOINT", "true")
# to disable scrollkeeper
pisitools.dosed("Makefile.am", "src doc glade", "src glade")
autotools.autoreconf("-vfi")
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "FAQ", "NEWS", "OVERVIEW", "README*", "TODO")
@@ -0,0 +1,20 @@
Index: etherape-0.9.12/etherape.desktop.in
===================================================================
--- etherape-0.9.12.orig/etherape.desktop.in
+++ etherape-0.9.12/etherape.desktop.in
@@ -2,11 +2,13 @@
Version=1.0
Encoding=UTF-8
Name=EtherApe
+Name[tr]=EtherApe
GenericName=EtherApe
Comment=Graphical Network Monitor
Comment[es]=Monitor Gráfico de Red
-Exec=etherape
+Comment[tr]=Grafiksel Ağ İzleyici
+Exec=xdg-su -c "etherape"
Terminal=false
Type=Application
Icon=etherape
-Categories=GNOME;System;Network;
+Categories=System;Monitor;Network;
+64
View File
@@ -0,0 +1,64 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>etherape</Name>
<Homepage>http://etherape.sourceforge.net/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>etherape</Icon>
<IsA>app:gui</IsA>
<Summary>Graphical network monitor</Summary>
<Description>etherape is a graphical network monitor with fancy display features.</Description>
<Archive sha1sum="333652b935f44d83c6f7da668477180b50c3817d" type="targz">mirrors://sourceforge/etherape/etherape-0.9.20.tar.gz</Archive>
<BuildDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>popt-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libpcap-devel</Dependency>
<Dependency>libglade-devel</Dependency>
<Dependency>goocanvas-devel</Dependency>
<Dependency>gnome-doc-utils</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">desktop.patch</Patch>-->
</Patches>
</Source>
<Package>
<Name>etherape</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>popt</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libpcap</Dependency>
<Dependency>libglade</Dependency>
<Dependency>goocanvas</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/etherape</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="doc">/usr/share/doc/etherape</Path>
<Path fileType="data">/usr/share/etherape</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
</Files>
</Package>
<History>
<Update release="1" type="security">
<Date>2022-07-10</Date>
<Version>0.9.20</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>etherape</Name>
<Summary xml:lang="tr">Grafiksel ağ izleyici</Summary>
<Description xml:lang="tr">etherape ağ durumunu görsel değişikliklerle gösteren bir ağ izleyicisidir.</Description>
</Source>
</PISI>