• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix=@prefix@
2exec_prefix=${prefix}
3libdir=${exec_prefix}/@libdir@
4includedir=@includedir@
5
6Name: libsemanage
7Description: SELinux management library
8Version: @VERSION@
9URL: http://userspace.selinuxproject.org/
10Requires.private: libselinux libsepol
11Libs: -L${libdir} -lsemanage
12Libs.private: -lbz2
13Cflags: -I${includedir}
14