11 lines
164 B
Markdown
11 lines
164 B
Markdown
|
|
foomatic-db
|
||
|
|
=
|
||
|
|
https://github.com/OpenPrinting/foomatic-db.git
|
||
|
|
|
||
|
|
``` sh *** build ***
|
||
|
|
./make_configure
|
||
|
|
./configure --prefix=$pkgpath
|
||
|
|
make -j$(nproc)
|
||
|
|
make install
|
||
|
|
```
|