Radix cross Linux Build System

Cross-platform build system is designed to build distributions of different operating systems for a set of target devices

39 Commits   2 Branches   2 Tags
#!/bin/sh

module=$1

if [ -z "${module}" ] ; then
  exit 0
fi

CONFIG=@BUILDSYSTEM@/var/.cpan/CPAN/Config.pm

@BUILDSYSTEM@/usr/bin/cpan -T -j ${CONFIG} install ${module}