1#
2# Copyright 2006 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# ident	"%Z%%M%	%I%	%E% SMI"
8
9prefix=/usr
10exec_prefix=${prefix}
11libdir=${exec_prefix}/lib
12includedir=${prefix}/include
13
14Name: hal
15Description: Free desktop hardware abstraction layer
16Version: __VERSION__
17Requires: dbus-1
18Libs: -L${libdir} -lhal
19Cflags: -DDBUS_API_SUBJECT_TO_CHANGE -I${includedir}/hal
20