- utilize opkg_conf_init() to initialize the pair lists before parsing the arguments
[oweals/opkg-lede.git] / libopkg.pc.in
1 prefix=@prefix@
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
5
6 Name: libopkg
7 Description: opkg package manager library
8 Version: @VERSION@
9 Libs: -L${libdir} -lopkg
10 Cflags: -I${includedir}/libopkg
11