libbinio.
This commit is contained in:
@@ -2,16 +2,14 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static \
|
||||
--enable-iostream \
|
||||
--enable-string")
|
||||
autotools.configure("--enable-string --enable-iostream --disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -19,4 +17,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("ChangeLog", "COPYING", "AUTHORS", "NEWS", "README", "TODO")
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "README")
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libbinio</Name>
|
||||
<Homepage>http://libbinio.sourceforge.net</Homepage>
|
||||
<Homepage>https://github.com/adplug/libbinio</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
@@ -10,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Binary I/O stream class library</Summary>
|
||||
<Description>libbinio is a binary I/O stream class library.</Description>
|
||||
<Archive type="tarbz2" sha1sum="47db5f7448245f38b9d26c8b11f53a07b6f6da73">mirrors://sourceforge/libbinio/libbinio-1.4.tar.bz2</Archive>
|
||||
<Archive sha1sum="12702dcdee853482a47c69868d67909448a76a09" type="tarbz2">https://github.com/adplug/libbinio/releases/download/libbinio-1.5/libbinio-1.5.tar.bz2</Archive>
|
||||
<Patches>
|
||||
<Patch level="1">gcc44.patch</Patch>
|
||||
<Patch level="1">string-conversion.patch</Patch>
|
||||
@@ -19,6 +21,9 @@
|
||||
|
||||
<Package>
|
||||
<Name>libbinio</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -40,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2022-01-18</Date>
|
||||
<Version>1.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-03-06</Date>
|
||||
<Version>1.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user