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

NAME="xchat"
VERSION="2.6.0"
REVISION="1"

PKG_SOURCEURL='http://xchat.org/files/source/$VER_MAJ.$VER_MIN/$NAME-$VERSION.tar.bz2'

PKG_PATCH[0]='menu.patch'

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

cflags
cxxflags
prepare
applypatch 0 1
analyzesource
configure --enable-shm --enable-socks --enable-openssl --enable-ipv6
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
