Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
pkgconfig
/
test_samples
/
expat.pc
11
lines
·
10
sloc
·
238 bytes
·
1a8a1ceb0a1ce792597d6ee30643e2c57ac160db
Raw
1
prefix=/usr
2
exec_prefix=${prefix}
3
libdir=${prefix}/lib/x86_64-linux-gnu
4
includedir=${prefix}/include
5
6
Name: expat
7
Version: 2.2.9
8
Description: expat XML parser
9
URL: http://www.libexpat.org
10
Libs: -L${libdir} -lexpat
11
Cflags: -I${includedir}
12