Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
#!/bin/sh

VERSION=6.3-20221029

tar --files-from=file.list -xJvf ../ncurses-$VERSION.tar.xz
mv ncurses-$VERSION ncurses-$VERSION-orig

cp -rf ./ncurses-$VERSION-new ./ncurses-$VERSION

diff --unified -Nr  ncurses-$VERSION-orig  ncurses-$VERSION > ncurses-$VERSION-mkhashsize.patch

mv ncurses-$VERSION-mkhashsize.patch ../patches

rm -rf ./ncurses-$VERSION
rm -rf ./ncurses-$VERSION-orig