Source
xxxxxxxxxx
prefix=@@prefix@@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
​
Name: enet
Description: an UDP networking library
Version: 1.2
Libs: -L${libdir} -lenet
Cflags: -I${includedir}/enet
xxxxxxxxxx
prefix=@@prefix@@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
​
Name: enet
Description: an UDP networking library
Version: 1.2
Libs: -L${libdir} -lenet
Cflags: -I${includedir}/enet
Everything looks good. We'll let you know here if there's anything you should know about.