Exemplo n.º 1
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

    shelltools.cd("lib")
    perlmodules.configure()
    perlmodules.make()
    perlmodules.install()
Exemplo n.º 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")
Exemplo n.º 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")
Exemplo n.º 4
0
def check():
    shelltools.export("LC_ALL", "C")
    perlmodules.make("test")
Exemplo n.º 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")
Exemplo n.º 6
0
def build():
    perlmodules.make('GTK2_PERL_CFLAGS="%s"' % get.CFLAGS())
Exemplo n.º 7
0
def check():
    shelltools.export("LC_ALL", "C")
    perlmodules.make("test")
Exemplo n.º 8
0
def build():
    perlmodules.make()
Exemplo n.º 9
0
def build():
    perlmodules.make("PERL_MM_USE_DEFAULT=1")
Exemplo n.º 10
0
def check():
    perlmodules.make("test")
Exemplo n.º 11
0
def build():
    perlmodules.make()
Exemplo n.º 12
0
def build():
    shelltools.cd("swig/perl")
    perlmodules.make()
    shelltools.cd("../..")
    autotools.make()
Exemplo n.º 13
0
def check():
    perlmodules.make()
Exemplo n.º 14
0
def build():
    perlmodules.make("PERL_MM_USE_DEFAULT=1")
Exemplo n.º 15
0
def check():
    perlmodules.make()
Exemplo n.º 16
0
def check():
    pisitools.dosed("t/afm.t", "Helvetica", "phvr")
    perlmodules.make("test")
Exemplo n.º 17
0
def build():
    perlmodules.make()
    perlmodules.make("test")
Exemplo n.º 18
0
def check():
    shelltools.unlink("t/WnckWindow.t")
    perlmodules.make("test")
Exemplo n.º 19
0
def build():
    perlmodules.make()
    autotools.make("samples")
Exemplo n.º 20
0
def build():
    shelltools.cd("swig/perl")
    perlmodules.make()
    shelltools.cd("../..")
    autotools.make()
Exemplo n.º 21
0
def check():
    perlmodules.make("test")
Exemplo n.º 22
0
def build():
    perlmodules.make()
    perlmodules.make("test")