This commit is contained in:
Ertuğrul Erata
2015-05-17 17:21:59 +03:00
parent 8e13c775be
commit 51404ee240
14 changed files with 249 additions and 423 deletions
+27
View File
@@ -0,0 +1,27 @@
#!/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 shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("./autogen.sh")
autotools.configure("--prefix=/usr")
def build():
autotools.make("CFLAGS='%s -I.'" % get.CFLAGS())
def install():
autotools.install()
pisitools.remove("/usr/lib/*.a")
pisitools.removeDir("/usr/share/man/man2")
pisitools.dodoc("CHANGES", "DESIGN")
+72
View File
@@ -0,0 +1,72 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>numactl</Name>
<Homepage>ftp://oss.sgi.com/www/projects/libnuma/download</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv2</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Library for tuning NUMA machines</Summary>
<Description>numactl consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications.</Description>
<Archive sha1sum="00675527d54491310b1e4eba5a7278d99681aec1" type="targz">ftp://oss.sgi.com/www/projects/libnuma/download/numactl-2.0.10.tar.gz</Archive>
</Source>
<Package>
<Name>numactl</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>numactl-devel</Name>
<Summary>Development files for numactl</Summary>
<RuntimeDependencies>
<Dependency release="current">numactl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2015-05-16</Date>
<Version>2.0.10</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2014-05-31</Date>
<Version>2.0.9</Version>
<Comment>Rebuild.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-31</Date>
<Version>2.0.9</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-01-07</Date>
<Version>2.0.8</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>numactl</Name>
<Summary xml:lang="tr">NUMA makineleri optimize etmek için bir kitaplık</Summary>
<Description xml:lang="tr">numactl, uygulamaları farklı NUMA (Tekdüze Olmayan Bellek Erişimi) politikalarıyla çalıştırmak için gerekli bir araç ve kitaplıktır.</Description>
</Source>
<Package>
<Name>numactl-devel</Name>
<Summary xml:lang="tr">numactl için geliştirme dosyaları</Summary>
</Package>
</PISI>
-20
View File
@@ -1,20 +0,0 @@
# -*- 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.autoreconf("-vif")
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("doc/*.txt", "COPYING", "NEWS", "README", "TODO")
-75
View File
@@ -1,75 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xcb-proto</Name>
<Homepage>http://xcb.freedesktop.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>data</IsA>
<Summary>XCB protocol descriptions</Summary>
<Description>XCB is a project to enable efficient language bindings to the X11 protocol. This package contains the protocol descriptions themselves. Language bindings use these protocol descriptions to generate code for marshalling the protocol.</Description>
<Archive sha1sum="608bd60663e223464d38acec0183ddb827776401" type="tarbz2">http://xcb.freedesktop.org/dist/xcb-proto-1.11.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libxml2</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xcb-proto</Name>
<Files>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="library">/usr/lib/python*</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/xcb</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2014-09-02</Date>
<Version>1.11</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-11</Date>
<Version>1.10</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-02-03</Date>
<Version>1.10</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-10-22</Date>
<Version>1.8</Version>
<Comment>Rebuild.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2012-11-18</Date>
<Version>1.8</Version>
<Comment>Rebuild.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-18</Date>
<Version>1.8</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
-7
View File
@@ -1,7 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xcb-proto</Name>
<Summary xml:lang="tr">XCB protokol tanımlamaları</Summary>
</Source>
</PISI>
-18
View File
@@ -1,18 +0,0 @@
# -*- 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
def setup():
autotools.configure("--without-fop --without-xmlto")
def build():
autotools.make()
def install():
autotools.install()
pisitools.removeDir("/usr/share/doc")
-77
View File
@@ -1,77 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xtrans</Name>
<Homepage>http://www.x.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>X.Org trans library</Summary>
<Description>xtrans includes a number of routines to make X implementations transport-independent.</Description>
<Archive sha1sum="2d3ae1839d841f568bc481c6116af7d2a9f9ba59" type="tarbz2">mirrors://xorg/individual/lib/xtrans-1.3.5.tar.bz2</Archive>
<BuildDependencies>
<Dependency>util-macros</Dependency>
</BuildDependencies>
<Patches>
<!--Patch level="1">xtrans-1.0.3-avoid-gethostname.patch</Patch-->
</Patches>
</Source>
<Package>
<Name>xtrans</Name>
<Files>
<Path fileType="header">/usr/include/X11/Xtrans</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="data">/usr/share/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2015-05-05</Date>
<Version>1.3.5</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-07-11</Date>
<Version>1.3.4</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-05-11</Date>
<Version>1.3.3</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-02-05</Date>
<Version>1.3.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-17</Date>
<Version>1.3.2</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-19</Date>
<Version>1.2.7</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>
-10
View File
@@ -1,10 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xtrans</Name>
<Summary xml:lang="tr">X.Org trans kitaplığı.</Summary>
<Summary xml:lang="fr">Librairie trans de X.Org.</Summary>
<Summary xml:lang="de">X.Org trans Bibliothek</Summary>
<Description xml:lang="tr">xtrans, X gerçeklemelerini taşıma türünden bağımsız yapmak için kullanılan bazı yordamları içerir.</Description>
</Source>
</PISI>