Alien-NSS
view release on metacpan or search on metacpan
'perl -pi -e \'s/\@executable_path/\$\(INSTALL_DIR\)/g\' nspr/configure',
'perl -pi -e \'s/\@executable_path/\$\(INSTALL_DIR\)/g\' nspr/configure.in',
"echo 'Option add64: $add64'",
'uname',
'uname -m',
'uname -a',
'bash -c \''.$make." -C nss nss_build_all INSTALL_DIR=%s/lib BUILD_OPT=1 $addcc ".$add64.'\'',
'mkdir stage',
'mkdir stage/include',
'mkdir stage/lib',
'cp -L dist/public/nss/* stage/include',
'cp -L -R dist/*.OBJ/include/* stage/include',
'cp -L -R dist/*.OBJ/lib/* stage/lib',
'rm -f stage/lib/*.a',
'rm -r dist nss nspr'
);
my $builder = Alien::NSS::ModuleBuild->new (
(sign => 1),
module_name => 'Alien::NSS',
license => 'mozilla',
( run in 0.332 second using v1.01-cache-2.11-cpan-64827b87656 )