OpenSDE Packages Database (without history before r20070)
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.

10 lines
218 B

  1. prefix=/D_prefix
  2. exec_prefix=${prefix}
  3. libdir=${prefix}/lib
  4. includedir=${prefix}/include
  5. Name: cgilib
  6. Description: Common Gateway Interface (CGI) Library
  7. Version: D_ver
  8. Libs: -L${libdir} -lcgi
  9. Cflags: -I${includedir}