17 lines
246 B
Markdown
17 lines
246 B
Markdown
|
|
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
|
||
|
|
```
|