Files
AeroPkg/assets/var/gnu/popt.md

11 lines
206 B
Markdown
Raw Normal View History

2026-07-22 04:29:56 +03:00
popt 1.19
=
https://github.com/rpm-software-management/popt/archive/refs/tags/popt-1.19-release.tar.gz
``` sh *** build ***
./autogen.sh
./configure --prefix=/pkg/gnu/popt
make -j$(nproc)
make install
```