Merge pull request #396 from onekk/master

New Package: Hexchat - IRC Client successor of Xchat
This commit is contained in:
Juan RP 2014-05-13 15:20:52 +02:00
commit 705fa4ef67

29
srcpkgs/hexchat/template Normal file
View file

@ -0,0 +1,29 @@
# Template file for 'hexchat'
pkgname=hexchat
version=2.9.6.1
revision=1
lib32disabled=yes
build_style=gnu-configure
hostmakedepends="pkg-config gdk-pixbuf-devel "
makedepends="gtk+-devel openssl-devel dbus-glib-devel perl python-devel
libnotify-devel libcanberra-devel libxml2-devel"
configure_args=" --sysconfdir=/etc --enable-openssl --enable-dbus
--disable-textfe --enable-ipv6 --enable-shm --enable-spell=static"
short_desc="A GTK+ based IRC client successor of Xchat"
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
homepage="http://hexchat.github.io/"
license="GPL"
distfiles="http://dl.hexchat.net/hexchat/${pkgname}-${version}.tar.xz"
checksum=6267ff3c4d0aec8a808365b384115a769d5001d99dbb10403634667c43966470
make_build_args="LDFLAGS=-lgmodule-2.0"
pre_configure() {
local perlflags=
# Fix perl library path
if [ "$CROSS_BUILD" ];then
perlflags=`perl -MExtUtils::Embed -e ldopts | sed \
-e 's/-lgdbm //' \
-e "s#/usr/lib#${XBPS_CROSS_BASE}\0#"`
sed -i "s#PERL_LDFLAGS=#\0$perlflags#" configure
fi
}