|
Revision 19565, 396 bytes
(checked in by patrick, 2 years ago)
|
Generate a Flagpoll file for NSPR so that the VPR Flagpoll file will behave
correctly when NSPR is being used as the backend subsystem.
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
# Private Variables |
|---|
| 2 |
prefix = @NSPR_ROOT@ |
|---|
| 3 |
|
|---|
| 4 |
# Standard Flagpoll Variables |
|---|
| 5 |
Name: NSPR |
|---|
| 6 |
Description: The Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions. |
|---|
| 7 |
URL: http://www.mozilla.org/projects/nspr/ |
|---|
| 8 |
Version: @NSPR_VERSION_DOT@ |
|---|
| 9 |
Provides: nspr NSPR nspr4 plc PLC plc4 |
|---|
| 10 |
Arch: @ISA@ |
|---|
| 11 |
Cflags: @NSPR_INCLUDES@ |
|---|
| 12 |
Libs: -L@NSPR_LIBDIR@ @NSPR_LIB@ @PLC_LIB@ |
|---|