libebml 1.3.9
This commit is contained in:
@@ -7,20 +7,24 @@
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.export("CFLAGS", "%s -fPIC" % get.CFLAGS())
|
||||
shelltools.export("CXXFLAGS", "%s -fPIC" % get.CXXFLAGS())
|
||||
autotools.configure()
|
||||
#autotools.autoreconf("-vfi")
|
||||
#autotools.configure()
|
||||
|
||||
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib")
|
||||
|
||||
def build():
|
||||
autotools.make("PREFIX=/usr")
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
autotools.install("libdir=%s/usr/lib" % get.installDIR())
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
# No static libs
|
||||
pisitools.remove("/usr/lib/*.a")
|
||||
#pisitools.remove("/usr/lib/*.a")
|
||||
|
||||
pisitools.dodoc("LICENSE.*")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Extensible binary format library (kinda like XML)</Summary>
|
||||
<Description>Extensible Binary Meta Language access library A library for reading and writing files with the Extensible Binary Meta Language, a binary pendant to XML.</Description>
|
||||
<Archive sha1sum="27a505f7bcece68f57daa2704ebdacbddfa188b3" type="tarbz2">https://dl.matroska.org/downloads/libebml/libebml-1.3.4.tar.bz2</Archive>
|
||||
<Archive sha1sum="abdcaac0f10756271ad6a15a2147e9bc51cd8661" type="tarxz">https://dl.matroska.org/downloads/libebml/libebml-1.3.9.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -35,12 +35,20 @@
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="header">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/lib/cmake</Path>
|
||||
<!-- FIXME: Remove this if not necessary -->
|
||||
<Path fileType="man">/usr/share/man/man3</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>1.3.9</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-08-03</Date>
|
||||
<Version>1.3.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user