1*2912Sartem# 2*2912Sartem# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 3*2912Sartem# Use is subject to license terms. 4*2912Sartem# 5*2912Sartem# Licensed under the Academic Free License version 2.1 6*2912Sartem# 7*2912Sartem# ident "%Z%%M% %I% %E% SMI" 8*2912Sartem 9*2912Sartemprefix=/usr 10*2912Sartemexec_prefix=${prefix} 11*2912Sartemlibdir=${exec_prefix}/lib 12*2912Sartemincludedir=${prefix}/include 13*2912Sartem 14*2912SartemName: libpolkit 15*2912SartemDescription: library for querying and setting system-wide policy 16*2912SartemVersion: __VERSION__ 17*2912SartemRequires: glib-2.0 18*2912SartemLibs: -L${libdir} -lpolkit 19*2912SartemCflags: -I${includedir}/libpolkit 20