@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>A library for creating ISO disc images</Summary>
|
<Summary>A library for creating ISO disc images</Summary>
|
||||||
<Description>libisofs is a library that handles creating ISO disc image files. It is intended to work together with libburn to write these images to discs</Description>
|
<Description>libisofs is a library that handles creating ISO disc image files. It is intended to work together with libburn to write these images to discs</Description>
|
||||||
<Archive sha1sum="f487a6c9cb713fd7f0aab21860f219ac2267801f" type="targz">http://files.libburnia-project.org/releases/libisofs-1.4.8.tar.gz</Archive>
|
<Archive sha1sum="8c7b6e5ec968a2b890e35178150d9141328100b4" type="targz">http://files.libburnia-project.org/releases/libisofs-1.5.2.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>acl-devel</Dependency>
|
<Dependency>acl-devel</Dependency>
|
||||||
<Dependency>zlib-devel</Dependency>
|
<Dependency>zlib-devel</Dependency>
|
||||||
@@ -49,6 +49,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2020-02-01</Date>
|
||||||
|
<Version>1.5.2</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2018-08-18</Date>
|
<Date>2018-08-18</Date>
|
||||||
<Version>1.4.8</Version>
|
<Version>1.4.8</Version>
|
||||||
|
|||||||
@@ -69,6 +69,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2020-02-01</Date>
|
||||||
|
<Version>2017.3.23</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2019-11-13</Date>
|
<Date>2019-11-13</Date>
|
||||||
<Version>2017.3.23</Version>
|
<Version>2017.3.23</Version>
|
||||||
|
|||||||
@@ -6,10 +6,13 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
shelltools.system("sed -i '/parse_time.h/i #define _GNU_SOURCE' lib/parse_time.c")
|
||||||
pisitools.flags.add("-std=gnu89")
|
pisitools.flags.add("-std=gnu89")
|
||||||
|
autotools.autoreconf("-fiv")
|
||||||
autotools.configure("--prefix=/usr --sbindir=/sbin")
|
autotools.configure("--prefix=/usr --sbindir=/sbin")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
@@ -37,6 +37,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="7">
|
||||||
|
<Date>2020-02-01</Date>
|
||||||
|
<Version>3.6.27</Version>
|
||||||
|
<Comment>Rebuild</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2018-08-19</Date>
|
<Date>2018-08-19</Date>
|
||||||
<Version>3.6.27</Version>
|
<Version>3.6.27</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user