2026-09-10 16:59:11 +03:00
|
|
|
cups 2.4.19
|
2026-03-27 13:13:52 +03:00
|
|
|
=
|
2026-09-10 16:59:11 +03:00
|
|
|
https://github.com/OpenPrinting/cups/archive/refs/tags/v2.4.19.tar.gz
|
2026-03-27 13:13:52 +03:00
|
|
|
|
|
|
|
|
``` sh *** build ***
|
2026-09-10 16:59:11 +03:00
|
|
|
./configure --prefix=$pkgpath
|
2026-03-27 13:13:52 +03:00
|
|
|
make -j$(nproc)
|
|
|
|
|
make install
|
|
|
|
|
```
|