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
8prefix=/usr
9exec_prefix=${prefix}
10libdir=${prefix}/__LIBDIR__
11includedir=${prefix}/include
12
13Name: hal
14Description: Free desktop hardware abstraction layer
15Version: __VERSPKG__
16Requires: dbus-1
17Libs: -L${libdir} -lhal
18Cflags: -DDBUS_API_SUBJECT_TO_CHANGE -I${includedir}/hal
19