Unverified Kaydet (Commit) 997567eb authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

libindi has been compiled.

üst 89906c4d
<INARY>
<Name>science.library</Name>
</INARY>
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from inary.actionsapi import cmaketools
from inary.actionsapi import inarytools
from inary.actionsapi import get
def setup():
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_ROOT=%s" % get.installDIR())
def build():
cmaketools.make()
def install():
cmaketools.install()
inarytools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README*")
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
<INARY>
<Source>
<Name>libindi</Name>
<Homepage>http://www.indilib.org/</Homepage>
<Packager>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Packager>
<License>LGPLv2</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>Astronomical control protocol library</Summary>
<Description>indilib is a distributed control protocol designed to operate astronomical instrumentation. indilib is small, flexible, easy to parse, and scalable.</Description>
<Archive sha1sum="eec40fb69f9ccd702c1473864befa01cdd478316" type="targz">https://github.com/indilib/indi/archive/v1.8.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>libnova-devel</Dependency>
<Dependency>cfitsio-devel</Dependency>
<Dependency>gsl-devel</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>libusb-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>pkgconfig</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libindi</Name>
<RuntimeDependencies>
<Dependency>libnova</Dependency>
<Dependency>cfitsio</Dependency>
<Dependency>gsl</Dependency>
<Dependency>curl</Dependency>
<Dependency>libjpeg-turbo</Dependency>
<Dependency>libusb</Dependency>
<Dependency>gsl</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>zlib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="rules">/lib/udev/rules.d</Path>
<Path fileType="data">/usr/share/indi</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libindi-devel</Name>
<Summary>Development files for libindi</Summary>
<RuntimeDependencies>
<Dependency release="current">libindi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-12</Date>
<Version>1.8.2</Version>
<Comment>First release</Comment>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Update>
</History>
</INARY>
<INARY>
<Source>
<Name>indilib</Name>
<Summary xml:lang="tr">Astronomik denetim protokolü kütüphanesi</Summary>
<Description xml:lang="tr">indilib, astronomik cihazları yönetmek için tasarlanmış bir dağıtık denetim protokolüdür.</Description>
</Source>
<Package>
<Name>indilib-devel</Name>
<Summary xml:lang="tr">indilib için geliştirme dosyaları</Summary>
</Package>
</INARY>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment