new packages: gtkspellmm, gimagereader-qt, python-typing_extensions, python-urwid, stress, s-tui

This commit is contained in:
suvari
2023-05-18 17:18:04 +03:00
parent fd7a443b5c
commit 9d1f6c6b05
22 changed files with 388905 additions and 388433 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/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
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools, libtools
def setup():
libtools.gnuconfig_update()
autotools.autoreconf("-if")
shelltools.system("./autogen.sh")
autotools.configure()
def build():
autotools.make()
def install():
autotools.install()
pisitools.dodoc("COPYING", "README.md")