fix typo group name.

This commit is contained in:
4fury-c3440d8
2026-02-08 08:12:23 +04:00
parent 85d56ca6b5
commit f2fd48fc42
25 changed files with 0 additions and 0 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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--with-gnu-ld")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "README")
# There's xsane instead
pisitools.remove("/usr/bin/xscanimage")
pisitools.remove("/usr/share/man/man1/xscanimage.1")
pisitools.removeDir("/usr/share/sane")