libbinio.

This commit is contained in:
4fury-c3440d8
2022-01-18 14:30:46 +03:00
parent f5616b4f5a
commit 01398bc659
2 changed files with 17 additions and 7 deletions
+3 -5
View File
@@ -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")