the upcoming 2.0 version
https://redmine.lighttpd.net/projects/lighttpd2
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
376 B
14 lines
376 B
prefix=@prefix@ |
|
exec_prefix=@exec_prefix@ |
|
libdir=@libdir@ |
|
includedir=@includedir@ |
|
version=@VERSION@ |
|
|
|
INSTALL_MOD=@pkglibdir@ |
|
|
|
Name: lighttpd2 |
|
Description: modules for lighttpd2 |
|
Version: ${version} |
|
Requires: glib-2.0 |
|
Libs: -module -export-dynamic -avoid-version -no-undefined -L${libdir} -llighttpd2-common-${version} -llighttpd2-shared-${version} -lev |
|
Cflags: -I${includedir}
|
|
|