#!/bin/sh
#
# Copyright 2008 Rudson R. Alves
# Available under the terms of the GNU GPL.
#

NAME="devicekit-power"
VERSION="008"
REVISION="1"
TARNAME="DeviceKit-power"

PKG_SOURCEURL='http://hal.freedesktop.org/releases/$TARNAME-$VERSION.tar.gz'

. $DLG_ROOT/config
. $DLG_ROOT/SCRIPTS/dropline-functions.sh

cflags "-fno-strict-aliasing"
cxxflags
prepare
analyzesource
configure
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
