[Bug 326899] [NEW] provide lighttpd-dev package

Stepan Koltsov yozh at mx1.ru
Sun Feb 8 15:22:30 UTC 2009


Public bug reported:

Binary package hint: lighttpd

Please, provide lighttpd-dev package built from lighttpd sources.

Package should contain:

config.h src/*.h installed in /usr/lib/lighttpd/
lighttpd.pc (pkg-config) installed in /usr/lib/pkg-config/

lighttpd-dev package is must have to build lighttpd modules outside
lighttpd source tree. We have several modules, and we have hacked
lighttpd source package.

lighttpd.pc.in we use:

===
# lighttpd pkg-config file

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: lighttpd
Description: lighttpd
Version: @VERSION@
Requires:
Conflicts:
Libs:
Cflags: -I${includedir} -DHAVE_CONFIG_H @CPPFLAGS@
===

To generate lighttpd.pc string "lighttpd.pc" should be added to
configure.in into AC_CONFIG_FILES and following lines should be added to
Makefile.am:

===
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lighttpd.pc
===

** Affects: lighttpd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
provide lighttpd-dev package
https://bugs.launchpad.net/bugs/326899
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list