perl-XML-LibXML:verbump
This commit is contained in:
@@ -10,6 +10,7 @@ from pisi.actionsapi import perlmodules
|
||||
|
||||
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
||||
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
# suppress warning messages
|
||||
@@ -19,13 +20,16 @@ def setup():
|
||||
# fix runpath analysis
|
||||
pisitools.dosed("Makefile","LD_RUN_PATH=\"\$\(LD_RUN_PATH\)\"", "")
|
||||
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("README", "LICENSE", "Changes")
|
||||
pisitools.dodoc("README", "LICENSE", "Changes")
|
||||
|
||||
Reference in New Issue
Block a user