2022-06-26 19:34:39 +00:00
|
|
|
prefix=/sysroot/usr
|
2022-06-26 19:21:52 +00:00
|
|
|
includedir=${prefix}/include
|
|
|
|
libdir=${prefix}/lib
|
|
|
|
|
|
|
|
Name: sysroot-dir
|
|
|
|
Description: Package for testing whether sysroot dirs are repeated or not
|
|
|
|
Version: 1
|
|
|
|
CFlags: -I${includedir}
|
|
|
|
Libs: -L${libdir} -lfoo
|