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
+28
View File
@@ -0,0 +1,28 @@
#!/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
#WorkDir = "pkg-config-%s" % get.srcVERSION()
def setup():
autotools.configure("--with-pc-path=/usr/lib/pkgconfig:/usr/share/pkgconfig")
def check():
autotools.make("check")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodir("/usr/lib/pkgconfig")
pisitools.dodir("/usr/share/pkgconfig")
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
+73
View File
@@ -0,0 +1,73 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pkgconfig</Name>
<Homepage>http://www.freedesktop.org/software/pkgconfig/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Package Config system that manages compile/link flags for libraries</Summary>
<Description>Package Config system that manages compile/link flags for libraries. It helps you insert the correct compiler options on the command line.</Description>
<Archive sha1sum="71853779b12f958777bffcb8ca6d849b4d3bed46" type="targz">http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz</Archive>
<BuildDependencies>
<Dependency>gnuconfig</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>pkgconfig</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="data">/usr/share/pkgconfig</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2014-05-11</Date>
<Version>0.28</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-08-31</Date>
<Version>0.28</Version>
<Comment>Clean pkgconfig.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-01</Date>
<Version>0.28</Version>
<Comment>Fix deps.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-02-18</Date>
<Version>0.28</Version>
<Comment>Fixed</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-09-15</Date>
<Version>0.27.1</Version>
<Comment>First release</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>pkgconfig</Name>
<Summary xml:lang="tr">Kütüphaneler için derleme bayraklarını yöneten bir paket yapılandırma sistemi</Summary>
<Description xml:lang="tr">Kütüphaneler için derleme bayraklarını yöneten, bir paket yapılandırma sistemi. Komut satırından, doğru derleme seçenekleri sunma olanağı sağlar</Description>
<Description xml:lang="fr">Paquet de configuration système qui gère les fanions (flags) de compilation et chaînage (link) pour les librairies. Il aide à insérer les options adéquates dans la ligne de commande d'appel au compilateur.</Description>
<Summary xml:lang="es">Sistema de configuración de paquetes que soporta banderas de compilación/link para librerías</Summary>
<Description xml:lang="es">Sistema de configuración de paquetes que soporta banderas de compilación/link para librerías. Facilita la inserción de las opciones correctos de compilador en línea de comando</Description>
</Source>
</PISI>