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
11c606a6 (kx 2023-04-11 01:18:34 +0300 1) #!/bin/sh
11c606a6 (kx 2023-04-11 01:18:34 +0300 2) 
11c606a6 (kx 2023-04-11 01:18:34 +0300 3) cd ../..
11c606a6 (kx 2023-04-11 01:18:34 +0300 4) 
11c606a6 (kx 2023-04-11 01:18:34 +0300 5) ./configure --prefix=/usr   \
11c606a6 (kx 2023-04-11 01:18:34 +0300 6)   --with-distro-name=radix  \
11c606a6 (kx 2023-04-11 01:18:34 +0300 7)   --with-distro-version=1.1 \
11c606a6 (kx 2023-04-11 01:18:34 +0300 8)   --with-gpg2=yes   \
11c606a6 (kx 2023-04-11 01:18:34 +0300 9)   --with-dialog=yes