mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
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>
10 lines
292 B
PkgConfig
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
|