30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
|
# 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
|
||
|
}
|