summaryrefslogtreecommitdiff
path: root/check/sort/sort/sort-order-3-1.pc
blob: 03e06797d141420a633d3573a1df1466fbd7c763 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=/path3
exec_prefix=${prefix}
libdir="${exec_prefix}/lib"
includedir="${prefix}/include"

Name: Sort order Cflags and Libs test 3-1
Description: Test package for testing flag sort order
Version: 1.0.0
Libs: -L${libdir} -Wl,-O3 -lpath3
Cflags: -I${includedir} -DPATH3
Requires: sort-order-2-1