My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/libraries/libid3tag/id3tag.pc

11 lines
216 B

prefix=@out@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=@dev@/include
Name: libid3tag
Description: ID3 tag manipulation library
Version: @version@
Libs: -L${libdir} -lid3tag
Cflags: -I${includedir}