@@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="4">
|
<Update release="4">
|
||||||
<Date>2018-07-15</Date>
|
<Date>2018-07-20</Date>
|
||||||
<Version>1.2.4</Version>
|
<Version>1.2.4</Version>
|
||||||
<Comment>Rebuild</Comment>
|
<Comment>Rebuild</Comment>
|
||||||
<Name>Ertuğrul Erata</Name>
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
<Package>
|
<Package>
|
||||||
<Name>make</Name>
|
<Name>make</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>guile</Dependency>
|
<!--Dependency>guile</Dependency-->
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
|||||||
@@ -9,11 +9,12 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#autotools.autoreconf("-vfi")
|
#autotools.autoreconf("-vfi")
|
||||||
autotools.configure()
|
autotools.configure("--prefix=/usr")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make('LDFLAGS="%s"' % get.LDFLAGS())
|
#autotools.make('LDFLAGS="%s"' % get.LDFLAGS())
|
||||||
|
autotools.make()
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
autotools.make("check")
|
autotools.make("check")
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Applies patch files</Summary>
|
<Summary>Applies patch files</Summary>
|
||||||
<Description>Patch takes a patch file generated by diff command, and applies it to the original files, thus producing patched files.</Description>
|
<Description>Patch takes a patch file generated by diff command, and applies it to the original files, thus producing patched files.</Description>
|
||||||
<Archive sha1sum="6f64fa75993bdb285ac4ed6eca6c9212725bff91" type="tarxz">ftp://ftp.gnu.org/gnu/patch/patch-2.7.6.tar.xz</Archive>
|
<Archive sha1sum="8fd8f8f8ba640d871bce1bd33c7fd5e2ebe03a1e" type="tarxz">ftp://ftp.gnu.org/gnu/patch/patch-2.7.5.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>attr-devel</Dependency>
|
<Dependency>attr-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -34,6 +34,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2018-07-17</Date>
|
||||||
|
<Version>2.7.5</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2018-07-15</Date>
|
<Date>2018-07-15</Date>
|
||||||
<Version>2.7.6</Version>
|
<Version>2.7.6</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user