Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/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 setup():
|
||||
shelltools.system("ar xvf CiscoPacketTracer_820_Ubuntu_64bit.deb")
|
||||
shelltools.system("tar xvf data.tar.xz")
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr", "%s/usr/*" % get.workDIR())
|
||||
pisitools.insinto("/opt", "%s/opt/*" % get.workDIR())
|
||||
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>packet-tracer</Name>
|
||||
<Homepage>https://www.netacad.com/cisco-packet-tracer</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisilinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>IBC</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Packet Tracer, provides a network simulation to practice simple and complex networks.</Summary>
|
||||
<Description>Packet Tracer, provides a network simulation to practice simple and complex networks.</Description>
|
||||
<Archive sha1sum="64e785b863f51a43c193757c905cf94b568e3239" type="binary">
|
||||
https://sourceforge.net/projects/pisilinux/files/source/CiscoPacketTracer_820_Ubuntu_64bit.deb/download
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>packet-tracer</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>expat</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/mime</Path>
|
||||
<Path fileType="data">/opt/pt</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-09-30</Date>
|
||||
<Version>8.20</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user