mpdecimal move to core
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
#!/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 autotools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
autotools.configure("--prefix=/usr/")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
autotools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
autotools.rawInstall('DESTDIR=%s' % get.installDIR())
|
||||||
|
|
||||||
|
pisitools.dodoc("LICENSE.txt", "README.txt")
|
||||||
@@ -0,0 +1,57 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>mpdecimal</Name>
|
||||||
|
<Homepage>http://www.bytereef.org/mpdecimal/index.html</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvari@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>custom</License>
|
||||||
|
<IsA>app:console</IsA>
|
||||||
|
<Summary>Package for correctly-rounded arbitrary precision decimal floating point arithmetic</Summary>
|
||||||
|
<Description>mpdecimal is a package for correctly-rounded arbitrary precision decimal floating point arithmetic.</Description>
|
||||||
|
<Archive sha1sum="b926360a96fba40f9363abe111e24d776c661adb" type="targz">http://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.4.2.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>glibc-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>mpdecimal</Name>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>mpdecimal-devel</Name>
|
||||||
|
<Summary>Development files for mpdecimal</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">mpdecimal</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2018-07-31</Date>
|
||||||
|
<Version>2.4.2</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvari@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2018-01-31</Date>
|
||||||
|
<Version>2.4.2</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvari@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>mpdecimal</Name>
|
||||||
|
<Summary xml:lang="en">Package for correctly-rounded arbitrary precision decimal floating point arithmetic</Summary>
|
||||||
|
<Summary xml:lang="tr">Degiskenler icin karsilaştirma islemini yapan bir modul</Summary>
|
||||||
|
<Description xml:lang="en">mpdecimal is a package for correctly-rounded arbitrary precision decimal floating point arithmetic.</Description>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>mpdecimal-devel</Name>
|
||||||
|
<Summary xml:lang="en">Development files for mpdecimal</Summary>
|
||||||
|
<Summary xml:lang="tr">mpdecimal için geliştirme dosyaları</Summary>
|
||||||
|
</Package>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user