Proje Gitea'ya taşındı (Temiz başlangıç)

This commit is contained in:
Erkan IŞIK
2026-06-27 23:27:13 +03:00
commit c077995f65
683 changed files with 315285 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/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
NoStrip = ["/opt/eagle-9.6.2"]
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def install():
pisitools.insinto("/opt/eagle-9.6.2", "*")
pisitools.dosym("/opt/eagle-9.6.2/eagle", "/usr/bin/eagle")
@@ -0,0 +1,12 @@
[Desktop Entry]
Type=Application
Name=Eagle
GenericName=Eagle
Comment=Open-source electronics prototyping platform
Exec=eagle
Icon=eagle
Terminal=false
Categories=science,Electronics;
MimeType=text/x-arduino
Keywords=embedded electronics;electronics;avr;microcontroller;
StartupWMClass=processing-app-Base
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 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>eagle</Name>
<Homepage>https://www.autodesk.com/products/eagle/overview</Homepage>
<Packager>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Packager>
<License>CUSTOM</License>
<Summary>Powerful suite for schematic capture and printed circuit board design (aka eaglecad)</Summary>
<Description>Powerful suite for schematic capture and printed circuit board design (aka eaglecad).</Description>
<Icon>eagle</Icon>
<Archive sha1sum="af3a626ab7da31c740b99bfc26a262be196c9abd" type="targz">https://trial2.autodesk.com/NET17SWDLD/2017/EGLPRM/ESD/Autodesk_EAGLE_9.6.2_English_Linux_64bit.tar.gz</Archive>
</Source>
<Package>
<Name>eagle</Name>
<Files>
<Path fileType="executable">/opt/eagle-9.6.2</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications/</Path>
<Path fileType="data">/usr/share/icons</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/usr/share/applications/eagle.desktop" owner="root">eagle.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/icons/eagle.png" owner="root">eagle.png</AdditionalFile>
</AdditionalFiles>
<Summary>Powerful suite for schematic capture and printed circuit board design</Summary>
</Package>
<History>
<Update release="2">
<Date>2020-09-04</Date>
<Version>9.6.2</Version>
<Comment>version bump.</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2020-02-21</Date>
<Version>9.5.2</Version>
<Comment>First release</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,7 @@
<PISI>
<Source>
<Name>Eagle</Name>
<Summary xml:lang="en">Powerful suite for schematic capture and printed circuit board design</Summary>
<Description xml:lang="en">Powerful suite for schematic capture and printed circuit board design</Description>
</Source>
</PISI>