blob: 6516e85990d314edf07265b17646c1f37781278e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=%%LOCALBASE%%
exec_prefix=\${prefix}
libdir=\${exec_prefix}/lib
includedir=\${prefix}/include/skia
Name: skia
Version: %%SKIA_VERSION%%
Description: Library for computation using data flow graphs for scalable machine learning
Requires:
Libs: -L\${libdir} -lskia
Cflags: -I\${includedir}
|