Files
AeroPkg/assets/var/gnu/foomatic-db-engine.md

17 lines
246 B
Markdown
Raw Permalink Normal View History

2026-09-10 16:59:11 +03:00
foomatic-db-engine
=
https://github.com/OpenPrinting/foomatic-db-engine.git
``` sh *** build ***
./make_configure
./configure --prefix=$pkgpath
make -j$(nproc)
make install
```
``` cfg *** exec deps ***
perl/XML::LibXML
perl/Clone
perl/DBI
```