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