Go to file
2024-10-15 20:09:49 -07:00
01-unzip.sh typo fix 2024-10-15 17:37:55 -07:00
02-sqlite3.sh Check for configure script failure 2024-10-15 20:09:49 -07:00
03-libgpg-error.sh Check for configure script failure 2024-10-15 20:09:49 -07:00
04-libgcrypt.sh Check for configure script failure 2024-10-15 20:09:49 -07:00
LICENSE Initial commit 2024-10-15 16:33:59 -07:00
README.md libgcrypt 2024-10-15 19:36:59 -07:00
THE-PLAN.md initial documentation 2024-10-15 17:32:01 -07:00

Building RPM in LFS 12.2

This git is for the scripts needed to build the dependencies for the RPM Package Manager (RPM) within a LFS 12.2 system. This is Phase Three in THE-PLAN.md.

Dependency One: UnZip

Justification: Needed to build SQLite 3 (to unpack the documentation). No build dependencies outside of LFS.

Dependency Two: SQLite3

Justification: Needed to build RPM itself. Depends upon UnZip for documentation.

Dependency Three: libgpg-error

Justification: Needed to build libgcrypt. No build dependencies outside of LFS.

Dependency Four: libgcrypt

Justification: Needed to build RPM itself. Depends upon libgpg-error.