aha: new package for kinfocenter

This commit is contained in:
suvari
2022-09-17 19:11:01 +03:00
parent 12e38adca0
commit ab812ab54f
8 changed files with 348550 additions and 348412 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/usr/bin/env 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 build():
pisitools.dosed("Makefile", "/usr/local", "/usr")
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSE*", "README.md")