mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
198 B
PkgConfig
11 lines
198 B
PkgConfig
|
prefix=/usr
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=/usr/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: v8
|
||
|
Description: V8 JavaScript Engine
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -lv8 -pthread
|
||
|
Cflags: -I${includedir}
|