Example #1
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

    shelltools.cd("lib")
    perlmodules.configure()
    perlmodules.make()
    perlmodules.install()
Example #2
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

    shelltools.cd("lib")
    perlmodules.configure()
    perlmodules.make()
    perlmodules.install()
    shelltools.cd("..")

    pisitools.dodoc("ChangeLog", "COPYING", "README", "TODO", "USAGE")
Example #3
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

    shelltools.cd("lib")
    perlmodules.configure()
    perlmodules.make()
    perlmodules.install()

    # Clean .packlists
    pisitools.removeDir("/usr/lib/perl5/%s" % get.curPERL())
    pisitools.removeDir("/usr/lib/perl5/vendor_perl/%s/%s-linux-thread-multi" % (get.curPERL(), get.ARCH()))

    shelltools.cd("..")
    pisitools.dodoc("ChangeLog", "COPYING", "README", "TODO", "USAGE")
Example #4
0
def check():
    shelltools.export("LC_ALL", "C")
    perlmodules.make("test")
Example #5
0
def check():
    # Tests fail without LC_ALL=C. This is achieved with fix-tests.patch
    # but still running test through pisi hangs. Type make test in workDIR.
    perlmodules.make("test")
Example #6
0
def build():
    perlmodules.make('GTK2_PERL_CFLAGS="%s"' % get.CFLAGS())
Example #7
0
def check():
    shelltools.export("LC_ALL", "C")
    perlmodules.make("test")
Example #8
0
def build():
    perlmodules.make()
Example #9
0
def build():
    perlmodules.make("PERL_MM_USE_DEFAULT=1")
Example #10
0
def check():
    perlmodules.make("test")
Example #11
0
def build():
    perlmodules.make()
Example #12
0
def build():
    shelltools.cd("swig/perl")
    perlmodules.make()
    shelltools.cd("../..")
    autotools.make()
Example #13
0
def check():
    perlmodules.make()
Example #14
0
def build():
    perlmodules.make("PERL_MM_USE_DEFAULT=1")
Example #15
0
def check():
    perlmodules.make()
Example #16
0
def check():
    pisitools.dosed("t/afm.t", "Helvetica", "phvr")
    perlmodules.make("test")
Example #17
0
def build():
    perlmodules.make()
    perlmodules.make("test")
Example #18
0
def check():
    shelltools.unlink("t/WnckWindow.t")
    perlmodules.make("test")
Example #19
0
def build():
    perlmodules.make()
    autotools.make("samples")
Example #20
0
def build():
    shelltools.cd("swig/perl")
    perlmodules.make()
    shelltools.cd("../..")
    autotools.make()
Example #21
0
def check():
    perlmodules.make("test")
Example #22
0
def build():
    perlmodules.make()
    perlmodules.make("test")