#!/bin/sh
#
# Copyright 2005 Scott Harmon
# Available under the terms of the GNU GPL.
#

NAME="libsexy"
VERSION="0.1.8"
REVISION="1"

PKG_SOURCEURL='http://releases.chipx86.com/$NAME/$NAME/$NAME-$VERSION.tar.gz'

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

cflags
cxxflags
prepare
analyzesource
configure
make
makeinstall install-strip
tidydocumentation
analyzebinaries
includescript
finalizepackage
packagize
cleanup
