geany-plugins v2.1

This commit is contained in:
uglyside
2025-07-06 18:58:40 +03:00
parent 23b9d8bb91
commit d47f607cf0
6 changed files with 139 additions and 380 deletions
+5 -8
View File
@@ -9,18 +9,15 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
pisitools.cflags.add("-Wno-deprecated-declarations")
autotools.configure("--prefix=/usr --libexecdir=/usr/lib")
autotools.configure("--prefix=/usr --libexecdir=/usr/lib")
def build():
autotools.make()
autotools.make()
def check():
pass
# autotools.make("check")
pass
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("NEWS", "README")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("NEWS")