1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/testing/openv2g/openv2g.pc.in
Olliver Schinagl 721aa847fa
testing/openv2g: Add basic pkgconfig file
The OpenV2G repo does not generate a pkgconfig file, so lets do a
quick-n-dirty file here to offer this to our users.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2020-12-10 10:33:14 +01:00

10 lines
292 B
PkgConfig

prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: openv2g
Description: Implements ISO IEC 15118 and also the DIN 70121 vehicle to grid (V2G) communication interface
Version: @PKGVER@
Libs: -L${prefix}/lib -lopenv2g
Cflags: -I${prefix}/include/openv2g