new packages for abiword: wv, aiksaurus, link-grammar, strip-nondeterminism

This commit is contained in:
suvari
2026-06-08 21:53:23 +03:00
parent 183588fd56
commit 0edd7a0290
17 changed files with 5491 additions and 3443 deletions
@@ -0,0 +1,25 @@
#!/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 pisitools
from pisi.actionsapi import perlmodules
WorkDir="strip-nondeterminism-%s" % get.srcVERSION()
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("README", "COPYING")