]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/libhttpparser: New package
authorRenaud AUBIN <root@renaud.io>
Thu, 27 Aug 2015 20:54:56 +0000 (22:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 28 Aug 2015 17:18:13 +0000 (19:18 +0200)
commitba1b3a5f39cb3507d548269f58770b66d441a545
tree590618345ff4682880c35d2f4728537213b2c4dd
parent0d83de383224c65ec250a005130b1d3cc6fd6d76
package/libhttpparser: New package

http-parser provides a simple C API to parse HTTP responses and
requests.

This packaging uses the official Joyent repository.

[Thomas:
 - since we're always building the shared library, depend on
   !BR2_STATIC_LIBS in Config.in. We could build only the static
   library, but then we would have to do all the lib installation
   manually.
 - indent using tabs in Config.in
 - use 'make install' instead of handcoding the library installation.
 - use $(TARGET_CONFIGURE_OPTS) instead of just CC= and LD=.
 - use tabs for indentation in commands instead of spaces
 - add patch to fix reinstallation.]

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/libhttpparser/0001-Use-f-option-when-calling-ln-at-install-time.patch [new file with mode: 0644]
package/libhttpparser/Config.in [new file with mode: 0644]
package/libhttpparser/libhttpparser.mk [new file with mode: 0644]