Kaydet (Commit) a6e8a624 authored tarafından Your Name's avatar Your Name

galculator added

üst 81e5601d
#!/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 inarytools
from inary.actionsapi import autotools
from inary.actionsapi import get
import os
#more information : https://gitlab.com/sulinos/inary/tree/master/inary/actionsapi
os.environ["CFLAGS"]+=" -fcommon"
def setup():
autotools.autogen()
autotools.configure("")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
<Inary>
<Source>
<Name>galculator</Name>
<Homepage>https://gitlab.com/sulinos/devel/inary</Homepage>
<Packager>
<Name>Ali Rıza KESKİN</Name>
<Email>parduscix@yandex.ru</Email>
</Packager>
<License>GPLv3</License>
<Summary>GTK+ based scientific calculator</Summary>
<Description>GTK+ based scientific calculator</Description>
<Archive sha1sum="6421b21abcbbf979e0dfd5e7b1684d8bee735eaa">https://github.com/galculator/galculator/archive/refs/tags/v2.1.4.zip</Archive>
<BuildDependencies>
<Dependency>gtk3</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>galculator</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/lib</Path>
<Path fileType="library">/usr/libexec</Path>
<Path fileType="executable">/bin</Path>
</Files>
</Package>
<Package>
<Name>galculator-pages</Name>
<RuntimeDependencies>
<Dependency>galculator</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/share/man/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-03-21</Date>
<Version>1.0.0</Version>
<Comment>First release</Comment>
<Name>Ali Rıza KESKİN</Name>
<Email>parduscix@yandex.ru</Email>
</Update>
</History>
</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