forked from kiss-community/repo
cairo: new package at 1.16.0
This commit is contained in:
parent
dcfd1fc804
commit
adeb34614c
11
testing/cairo/build
Executable file
11
testing/cairo/build
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-tee \
|
||||
--enable-gl \
|
||||
--enable-egl
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
testing/cairo/checksums
Normal file
1
testing/cairo/checksums
Normal file
@ -0,0 +1 @@
|
||||
5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331 cairo-1.16.0.tar.xz
|
5
testing/cairo/depends
Normal file
5
testing/cairo/depends
Normal file
@ -0,0 +1,5 @@
|
||||
libpng
|
||||
mesa
|
||||
libX11
|
||||
libXext
|
||||
libffi
|
1
testing/cairo/sources
Normal file
1
testing/cairo/sources
Normal file
@ -0,0 +1 @@
|
||||
https://cairographics.org/releases/cairo-1.16.0.tar.xz
|
1
testing/cairo/version
Normal file
1
testing/cairo/version
Normal file
@ -0,0 +1 @@
|
||||
1.16.0 1
|
Loading…
Reference in New Issue
Block a user