Kaydet (Commit) fa07c846 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Fixed

üst 158248a8
......@@ -7,14 +7,15 @@
from inary.actionsapi import autotools
from inary.actionsapi import inarytools
from inary.actionsapi import get
import os
def setup():
autotools.autoreconf("-vfi")
autotools.configure("--prefix=/usr \
--disable-static")
--disable-dependency-tracking \
--disable-static ")
#inarytools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
inarytools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
......
......@@ -12,7 +12,9 @@
<IsA>app:console</IsA>
<Summary>The automated text and program generation tool</Summary>
<Description>autogen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text.</Description>
<Archive sha1sum="e539a6340e4bde7409593c03be012036d37a9ca9" type="targz">mirrors://gnu/autogen/rel5.18.16/autogen-5.18.16.tar.gz</Archive>
<Archive
sha1sum="fff5c0bf812cb1c65ccb9f56d25f7c77914fa72c"
type="targz">mirrors://gnu/autogen/rel5.18.12/autogen-5.18.12.tar.gz</Archive>
<BuildDependencies>
<Dependency>gc-devel</Dependency>
<Dependency>gmp-devel</Dependency>
......@@ -77,7 +79,7 @@
<History>
<Update release="1">
<Date>2018-12-28</Date>
<Version>5.18.16</Version>
<Version>5.18.12</Version>
<Comment>First release</Comment>
<Name>Süleyman POYRAZ</Name>
<Email>zaryob.dev@gmail.com</Email>
......
......@@ -12,7 +12,8 @@
<IsA>app:console</IsA>
<Summary>Change the dynamic library load path (rpath) of binaries</Summary>
<Description>chrpath allows you to modify the dynamic library load path (rpath and runpath) of compiled programs and libraries.</Description>
<Archive sha1sum="356d89881419ef1f554021b9c92c416bb495656e" type="targz">https://gitlab.com/sulinos/chrpath/-/archive/master/chrpath-master.tar.gz</Archive>
<Archive sha1sum="356d89881419ef1f554021b9c92c416bb495656e"
type="targz">https://sourceforge.net/projects/sulinos/files/archives//chrpath-master.tar.gz</Archive>
</Source>
<Package>
......
......@@ -12,7 +12,8 @@
<IsA>data</IsA>
<Summary>Base config files for autofoo</Summary>
<Description>gnuconfig contains updated config.sub and config.guess files from GNU.</Description>
<Archive sha1sum="abb2df13f326bf3862f3972481dfb0f3c5036ebb" type="targz">https://gitlab.com/sulinos/config/-/archive/master/config-master.tar.gz</Archive>
<Archive sha1sum="abb2df13f326bf3862f3972481dfb0f3c5036ebb"
type="targz">https://sourceforge.net/projects/sulinos/files/archives/config-master.tar.gz</Archive>
</Source>
<Package>
......
......@@ -11,11 +11,11 @@ from inary.actionsapi import get
def setup():
#autotools.autoreconf("-fiv")
autotools.configure("--disable-static \
--disable-doctool")
autotools.autoreconf("-fiv")
autotools.configure("--prefix=/usr \
--disable-static")
inarytools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
# inarytools.dosed("libtool", "CC -shared ", "CC -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
......
......@@ -14,7 +14,8 @@
<IsA>app:console</IsA>
<Summary>Introspection system for GObject-based libraries</Summary>
<Description>gobject-introspection can scan C header and source files in order to generate introspection typelib files. It also provides an API to examine typelib files, useful for creating language bindings among other things.</Description>
<Archive sha1sum="975350b2a45a6de1e9334c37d7ef779c748c217a" type="tarxz">mirrors://gnome/gobject-introspection/1.54/gobject-introspection-1.54.1.tar.xz</Archive>
<Archive sha1sum="975350b2a45a6de1e9334c37d7ef779c748c217a"
type="tarxz">mirrors://gnome/gobject-introspection/1.54/gobject-introspection-1.54.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>libffi-devel</Dependency>
<Dependency>python-devel</Dependency>
......
......@@ -11,6 +11,8 @@ from inary.actionsapi import get
def setup():
# shelltools.system("sed -i -e '/gets is a/d' lib/stdio.in.h")
shelltools.system("sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c")
shelltools.system("echo '#define _IO_IN_BACKUP 0x100' >> lib/stdio-impl.h")
autotools.autoreconf("-vif")
autotools.configure("--enable-nls \
--enable-changeword")
......
......@@ -9,12 +9,12 @@ from inary.actionsapi import inarytools
from inary.actionsapi import get
def setup():
autotools.autoreconf("-vfi")
# autotools.autoreconf("-vfi")
autotools.configure("--prefix=/usr")
def build():
autotools.make("CFLAGS='%s -I.'" % get.CFLAGS())
autotools.make() #"CFLAGS='%s -I.'" % get.CFLAGS())
def install():
autotools.install()
......@@ -22,4 +22,3 @@ def install():
inarytools.remove("/usr/lib/*.a")
inarytools.removeDir("/usr/share/man/man2")
inarytools.dodoc("CHANGES", "DESIGN")
......@@ -14,7 +14,8 @@
<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="0846670269824078a4eae8a977728175437b0da4" type="targz">http://ftp.vim.org/ftp/os/Linux/distr/salix/i486/14.2/source/d/numactl/numactl-2.0.11.tar.gz</Archive>
<Archive sha1sum="8576ef894d2c4d25adddd792593bcd92e711d86f"
type="targz">https://github.com/numactl/numactl/releases/download/v2.0.12/numactl-2.0.12.tar.gz</Archive>
</Source>
<Package>
......@@ -63,7 +64,7 @@
<History>
<Update release="1">
<Date>2018-12-28</Date>
<Version>2.0.11</Version>
<Version>2.0.12</Version>
<Comment>First release</Comment>
<Name>Süleyman POYRAZ</Name>
<Email>zaryob.dev@gmail.com</Email>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment