mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 21:32:22 +01:00
13 lines
210 B
PkgConfig
13 lines
210 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libtcc
|
|
Description: Tiny C Compiler
|
|
Version: @VERSION@
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -ltcc
|
|
Cflags: -I${includedir}
|