Initial build of progress

This commit is contained in:
Bahar KURT
2025-09-09 13:33:57 +03:00
parent ef0e4451c7
commit 385d108752
2 changed files with 60 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import get
def build():
autotools.make()
def install():
autotools.rawInstall("""DESTDIR=%s PREFIX="/usr\"""" % get.installDIR())