Alien-Adaptagrams

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

		#'%{make} -C cola check',
		'%{make} -C cola install',
	];

	gather sub {
		my($build) = @_;
		my $prefix = $build->runtime_prop->{prefix};

		my @libs = qw(avoid cola dialect topology vpsc);

		my $cflags = "-I$prefix/include";
		my $libs = join " ", "-L$prefix/lib", (map { "-l$_" } @libs);

		$build->runtime_prop->{cflags}        = $cflags;
		$build->runtime_prop->{cflags_static} = $cflags;
		$build->runtime_prop->{libs}          = $libs;
		$build->runtime_prop->{libs_static}   = $libs;
	};
};



( run in 1.094 second using v1.01-cache-2.11-cpan-140bd7fdf52 )