1 # 2 # Copyright 2008 Sun Microsystems, Inc. All rights reserved. 3 # Use is subject to license terms. 4 # 5 # Licensed under the Academic Free License version 2.1 6 # 7 8 prefix=/usr 9 exec_prefix=${prefix} 10 libdir=__LIBDIR__ 11 includedir=${prefix}/include 12 13 Name: hal 14 Description: Free desktop hardware abstraction layer 15 Version: __VERSION__ 16 Requires: dbus-1 17 Libs: -L${libdir} -lhal 18 Cflags: -DDBUS_API_SUBJECT_TO_CHANGE -I${includedir}/hal 19