Radix cross Linux package tools

Package Tools – is a set of utilities to create, install, and update RcL packages

3 Commits   0 Branches   2 Tags
#!/bin/sh

cd ../..

./configure --prefix=/usr   \
  --with-distro-name=radix  \
  --with-distro-version=1.1 \
  --with-gpg2=yes   \
  --with-dialog=yes