libdmtx-0.7.7

This commit is contained in:
uglyside
2025-02-10 12:00:54 +03:00
parent 075ab6f356
commit 44bbbe18ad
5 changed files with 18 additions and 90 deletions
+4 -4
View File
@@ -1,15 +1,15 @@
#!/usr/bin/python
# -*- 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 shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("sh ./autogen.sh")
autotools.autoreconf("-fiv")
autotools.configure("--disable-static")
def build():
@@ -21,4 +21,4 @@ def check():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "NEWS", "README", "README.linux")
pisitools.dodoc("AUTHORS", "LICENSE")