mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
e54a43db8f
commit
c52695fa60
|
@ -18,8 +18,6 @@ dependencies:
|
||||||
zlib.net: '^1.2.3'
|
zlib.net: '^1.2.3'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
|
||||||
freedesktop.org/pkg-config: '>=0.20<1'
|
|
||||||
script:
|
script:
|
||||||
- ./configure $ARGS
|
- ./configure $ARGS
|
||||||
- make --jobs {{ hw.concurrency }} install
|
- make --jobs {{ hw.concurrency }} install
|
||||||
|
@ -28,6 +26,16 @@ build:
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --prefix={{prefix}}
|
- --prefix={{prefix}}
|
||||||
|
- --disable-debug
|
||||||
|
- --disable-dependency-tracking
|
||||||
|
- --disable-swig
|
||||||
|
- --disable-tcl
|
||||||
|
- --without-quartz
|
||||||
|
- --without-gdk
|
||||||
|
- --without-gtk
|
||||||
|
- --without-qt
|
||||||
|
- --without-x
|
||||||
|
- --with-freetype2
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/acyclic
|
- bin/acyclic
|
||||||
|
@ -66,6 +74,4 @@ provides:
|
||||||
- bin/twopi
|
- bin/twopi
|
||||||
- bin/unflatten
|
- bin/unflatten
|
||||||
|
|
||||||
test:
|
test: dot -Tpdf -o test.pdf test.dot
|
||||||
script: |
|
|
||||||
dot -Tpdf -o test.pdf test.dot
|
|
||||||
|
|
Loading…
Reference in a new issue