The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/agg2

Name: libagg
Description: Anti Grain Geometry - A High Quality Rendering Engine for C++
Version: 2.5.0
Libs: -L${libdir} -lagg_pic
Cflags: -I${includedir}