source: git/resources/singular_resources.pc.in @ 8d1432e

spielwiese
Last change on this file since 8d1432e was a3a6a0, checked in by Hans Schoenemann <hannes@…>, 8 years ago
change library name: libresources -> libsingular_resources
  • Property mode set to 100644
File size: 353 bytes
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: @PACKAGE@
7Description: The Singular resources manager
8Version: @PACKAGE_VERSION@
9URL: https://github.com/Singular/Sources/tree/spielwiese/@PACKAGE@
10
11# Requires:
12# Conflicts:
13
14Cflags: -I${includedir} @SINGULAR_CFLAGS@
15Libs: -L${libdir} -l@PACKAGE@
16# Libs.private:
17
Note: See TracBrowser for help on using the repository browser.