You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
380 B
PkgConfig
15 lines
380 B
PkgConfig
13 years ago
|
prefix=/usr/local
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
pkglibdir=${libdir}/libcaldav
|
||
|
pkgincludedir=${includedir}/libcaldav
|
||
|
|
||
|
Name: libcaldav
|
||
|
Description: libcaldav is a client library for CalDAV
|
||
|
Version: 0.6.5
|
||
|
|
||
|
Cflags: -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||
|
Libs: -pthread -lgthread-2.0 -lrt -lglib-2.0 -lcurl
|