blob: 1cbf17504a292abdef9c22e10f31b75626e8a079 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=_PREFIX_
exec_prefix=${prefix}
libdir=${exec_prefix}/_LIB_
includedir=${prefix}/include
Name: Shotwell Plugin Development
Description: Headers for building Shotwell plugins
Requires: _REQUIREMENTS_
Version: _VERSION_
Cflags: -I${includedir}/shotwell
|