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.

11 lines
254B

  1. prefix=/f/git/Rack/dep/.
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5. Name: Jansson
  6. Description: Library for encoding, decoding and manipulating JSON data
  7. Version: 2.10
  8. Libs: -L${libdir} -ljansson
  9. Cflags: -I${includedir}