create core package

This commit is contained in:
aydemir
2015-02-24 11:18:35 +02:00
parent 0e4b743b82
commit 70b25d0f95
1098 changed files with 169545 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/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("--enable-shared \
--enable-thread-safe")
def build():
autotools.make()
def check():
autotools.make("check")
def install():
autotools.install()
pisitools.dodoc("NEWS", "README", "TODO")
File diff suppressed because it is too large Load Diff
+94
View File
@@ -0,0 +1,94 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mpfr</Name>
<Homepage>http://www.mpfr.org</Homepage>
<Packager>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<License>LGPLv2+</License>
<IsA>library</IsA>
<Summary>Multiple precision floating point library</Summary>
<Description>The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library.</Description>
<Archive sha1sum="03e593cc6e26639ef5e60be1af8dc527209e5172" type="tarxz">http://ftp.gnu.org/gnu/mpfr/mpfr-3.1.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>gmp-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">mpfr-3.1.2-p10.patch</Patch>
</Patches>
</Source>
<Package>
<Name>mpfr</Name>
<RuntimeDependencies>
<Dependency>gmp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="doc">/usr/share/doc/mpfr</Path>
</Files>
</Package>
<Package>
<Name>mpfr-devel</Name>
<Summary>Development files for mpfr</Summary>
<RuntimeDependencies>
<Dependency release="current">mpfr</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="doc">/usr/share/doc/mpfr/examples</Path>
<Path fileType="doc">/usr/share/doc/mpfr/html</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2014-09-06</Date>
<Version>3.1.2_p10</Version>
<Comment>Patch version bump to 10.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-11</Date>
<Version>3.1.2_p5</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-04-01</Date>
<Version>3.1.2_p5</Version>
<Comment>Version bump to patch level 5.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-27</Date>
<Version>3.1.2</Version>
<Comment>Clean mpfr.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-07-23</Date>
<Version>3.1.2</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-07-13</Date>
<Version>3.1.1</Version>
<Comment>First release</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mpfr</Name>
<Description xml:lang="fr">La librairie MPFR est une librairie C pour les calculs à virgules flottantes à précisions multiples à arrondi exact (également appelé arrondi correct). Elle est basée sur la librairie à précision multiple GMP.</Description>
<Description xml:lang="es">MPFR es una librería en C para computaciones de punto flotante de múltiple precisión con redondeo exacto (también llamado redondeo correcto). Está basada en la librería de múltiple precisión GMP.</Description>
</Source>
<Package>
<Name>mpfr-devel</Name>
<Summary xml:lang="tr">mpfr için geliştirme dosyaları</Summary>
</Package>
</PISI>