mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-23 06:31:42 +02:00
11 lines
292 B
PkgConfig
11 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
|