geany-plugins v2.1
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user