stellarsolver: new package for kstars

This commit is contained in:
suvari
2021-02-16 17:20:54 +03:00
parent 53b1fdeb15
commit c57940df5e
8 changed files with 252235 additions and 252005 deletions
@@ -0,0 +1,25 @@
#!/usr/bin/python
# -*- 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 shelltools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure(sourceDir="..")
def build():
cmaketools.make("-C build")
def install():
pisitools.dodoc("README.md", "LICENSE")
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
@@ -0,0 +1,68 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>stellarsolver</Name>
<Homepage>https://github.com/rlancaste/stellarsolver</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL3</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>The Cross Platform Sextractor and Astrometry.net-Based Internal Astrometric Solver</Summary>
<Description>The Cross Platform Sextractor and Astrometry.net-Based Internal Astrometric Solver.</Description>
<Archive sha1sum="e69ce2ccddcce75ba43b41b36184db08c242bba8" type="targz">https://github.com/rlancaste/stellarsolver/archive/1.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>gsl-devel</Dependency>
<Dependency>wcslib-devel</Dependency>
<Dependency>cfitsio-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch>.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>stellarsolver</Name>
<RuntimeDependencies>
<Dependency>gsl</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>wcslib</Dependency>
<Dependency>cfitsio</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib/libstellarsolver.so</Path>
<Path fileType="library">/usr/lib/libstellarsolver.so.1</Path>
<Path fileType="library">/usr/lib/libstellarsolver.so.1.5</Path>
</Files>
</Package>
<Package>
<Name>stellarsolver-devel</Name>
<Summary>Development files for stellarsolver</Summary>
<RuntimeDependencies>
<Dependency release="current">stellarsolver</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig/stellarsolver.pc</Path>
<Path fileType="data">/usr/lib/cmake/StellarSolver</Path>
<Path fileType="header">/usr/include/libstellarsolver</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-02-16</Date>
<Version>1.5</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,18 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>stellarsolver</Name>
<Summary xml:lang="tr">Çapraz platform Sextractor ve Astrometry.net tabanlı dahili astrometrik çözücü</Summary>
<Description xml:lang="tr">Çapraz platform Sextractor ve Astrometry.net tabanlı dahili astrometrik çözücü.</Description>
</Source>
<Package>
<Name>stellarsolver-devel</Name>
<Summary xml:lang="tr">stellarsolver için geliştirme dosyaları</Summary>
</Package>
<!-- <Package>
<Name>stellarsolver-docs</Name>
<Summary xml:lang="tr">stellarsolver kitaplığı için belgelendirme</Summary>
</Package> -->
</PISI>