ipscan:new package

This commit is contained in:
2022-10-03 00:19:33 +03:00
parent 46dd6e4ef2
commit 81f0e6aaa0
5 changed files with 75 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env 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 pisitools, shelltools, get
WorkDir="."
def install():
pisitools.insinto("/usr/share/java", "%s/ipscan-linux64-3.8.2.jar" % get.workDIR())
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
/usr/lib/jvm/java-openjdk/bin/java -jar /usr/share/java/ipscan-linux64-3.8.2.jar "$@"
@@ -0,0 +1,15 @@
[Desktop Entry]
Encoding=UTF-8
Name=Angry IP Scanner
Name[tr]= Angry IP Tarayıcı
Comment=Fast and friendly network scanner
Comment[tr]=Hızlı ve dost canlısı ağ tarayıcı
GenericName=Fast and friendly network scanner
GenericName=Hızlı ve dost canlısı ağ tarayıcı
Exec=/usr/bin/ipscan
Terminal=false
Type=Application
Icon=ipscan
Categories=Network;Security;
StartupWMClass=Angry IP Scanner
StartupNotify=true
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

+47
View File
@@ -0,0 +1,47 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ipscan</Name>
<Homepage>https://angryip.org/</Homepage>
<Packager>
<Name>Pisilinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<Icon>ipscan</Icon>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Summary>This is the source code of Angry IP Scanner, licensed with GPL v2</Summary>
<Description>This is the source code of Angry IP Scanner, licensed with GPL v2</Description>
<Archive sha1sum="c8644cd867257837168dfb60b2ab39f0bf52bf61" type="binary">https://github.com/angryip/ipscan/releases/download/3.8.2/ipscan-linux64-3.8.2.jar</Archive>
</Source>
<Package>
<Name>ipscan</Name>
<RuntimeDependencies>
<Dependency>jre-openjdk</Dependency>
<Dependency>jre-openjdk-headless</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/java</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0755" target="/usr/bin/ipscan">ipscan</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/ipscan.desktop">ipscan.desktop</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/ipscan.png">ipscan.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2022-09-30</Date>
<Version>3.8.2</Version>
<Comment>First Release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>