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
+31
View File
@@ -0,0 +1,31 @@
#!/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
#ver = "1.14"
def setup():
#autotools.autoreconf("-fi")
autotools.configure()
def build():
autotools.make()
#def check():
# autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
# Use gnuconfig files
# for config in ["config.guess","config.sub"]:
# pisitools.remove("/usr/share/automake-%s/%s" % (ver, config))
# pisitools.dosym("/usr/share/gnuconfig/%s" % config, "/usr/share/automake-%s/%s" % (ver, config))
pisitools.dodoc("NEWS", "README", "THANKS","AUTHORS", "ChangeLog*")
+99
View File
@@ -0,0 +1,99 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>automake</Name>
<Homepage>http://www.gnu.org/software/automake/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<IsA>app:console</IsA>
<Summary>A tool for automatically generating Makefile.in files compliant with the GNU Coding Standards</Summary>
<Description>Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.</Description>
<Archive sha1sum="c279b35ca6c410809dac8ade143b805fb48b7655" type="tarxz">mirrors://gnu/automake/automake-1.15.tar.xz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>autoconf</Dependency>
<Dependency>gnuconfig</Dependency>
<Dependency>patch</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>automake</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>autoconf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/automake-*</Path>
<Path fileType="data">/usr/share/aclocal-*</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2015-01-28</Date>
<Version>1.15</Version>
<Comment>Version bump.</Comment>
<Name>Hakan Yıldız</Name>
<Email>hknyldz93@gmail.com</Email>
</Update>
<Update release="7">
<Date>2014-11-30</Date>
<Version>1.14</Version>
<Comment>Rebuild.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-05-11</Date>
<Version>1.14.1</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-03-30</Date>
<Version>1.14.1</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-08-27</Date>
<Version>1.14</Version>
<Comment>Clean automake.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-07-22</Date>
<Version>1.14</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-02-16</Date>
<Version>1.13.1</Version>
<Comment>Version bump</Comment>
<Name>Ertan Güven</Name>
<Email>ertan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-13</Date>
<Version>1.12.2</Version>
<Comment>First release</Comment>
<Name>Ramazan Utku</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>automake</Name>
<Summary xml:lang="tr">Makefile.am yapılandırma dosyalarından Makefile.in dosyası üreten program</Summary>
<Description xml:lang="tr">Makefile.am yapılandırma dosyalarından GNU kodlama standartlarına uygun Makefile.in dosyası üreten program. Bununla birlikte Autoconf paketini de yüklemelisiniz.</Description>
<Description xml:lang="fr">Automake est un outil de génération automatique de Makefiles compatibles avec les standards de Codage GNU. Vous aurez également besoin d'installer le paquet GNU AutoConf</Description>
</Source>
</PISI>