ngspice: new rel

This commit is contained in:
bluedevil
2020-09-29 06:40:31 +02:00
parent 7f3973f040
commit f0541ace45
3 changed files with 113 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
def setup():
options_cfg = ''.join([
'--prefix=/usr ',
'--enable-cider ',
'--enable-openmp ',
'--enable-xspice ',
'--with-ngshared ',
'--enable-oldapps ',
'--with-readline=yes ',
'--mandir=/usr/share/man ',
])
autotools.configure("%s" % options_cfg)
# fix unused direct dependency analysis
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "README*")
+66
View File
@@ -0,0 +1,66 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ngspice</Name>
<Homepage>http://ngspice.sourceforge.net/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>science.electronics</PartOf>
<License>BSD</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>Mixed-level/Mixed-signal circuit simulator based on Spice3f5, Ciber1b1, and Xspice.</Summary>
<Description>ngspice is the open source spice simulator for electric and electronic circuits.</Description>
<Archive sha1sum="a828e64ccfbf7229f9b6b97b4b909477b39f09d8" type="targz">https://downloads.sourceforge.net/project/ngspice/ng-spice-rework/32/ngspice-32.tar.gz</Archive>
<BuildDependencies>
<Dependency>libXaw-devel</Dependency>
<Dependency>libedit-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
<Dependency>readline-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>ngspice</Name>
<Summary>Mixed-level/Mixed-signal circuit simulator based on Spice3f5, Ciber1b1, and Xspice</Summary>
<RuntimeDependencies>
<Dependency>libXaw</Dependency>
<Dependency>libedit</Dependency>
<Dependency>libgomp</Dependency>
<Dependency>ncurses</Dependency>
<Dependency>readline</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/ngspice</Path>
</Files>
</Package>
<Package>
<Name>ngspice-devel</Name>
<Summary>Development files for ngspice</Summary>
<RuntimeDependencies>
<Dependency release="current">ngspice</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-28</Date>
<Version>32</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,15 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>ngspice</Name>
<Summary xml:lang="tr">Spice3f5, Ciber1b1, ve Xspice temelli, karma-seviye ve karma-sinyal devre simülatörü.</Summary>
<Description xml:lang="tr">ngspice, karma-seviye ve karma-sinyal devre simülatörü araçları ve kitaplık dosyaları içerir.</Description>
</Source>
<Package>
<Name>ngspice-devel</Name>
<Summary xml:lang="tr">ngspice için geliştirme dosyaları</Summary>
<Description xml:lang="tr">ngspice-devel, ngspice için geliştirme dosyalarını içerir.</Description>
</Package>
</PISI>