52 lines
1.5 KiB
Bash
52 lines
1.5 KiB
Bash
# Template file for 'hexchat'
|
|
pkgname=hexchat
|
|
version=2.12.3
|
|
revision=2
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config intltool glib-devel gdk-pixbuf-devel perl-XML-Parser"
|
|
makedepends="gtk+-devel libressl-devel dbus-glib-devel perl python-devel
|
|
libnotify-devel libcanberra-devel libxml2-devel pciutils-devel libproxy-devel
|
|
lua-devel"
|
|
depends="desktop-file-utils enchant iso-codes"
|
|
configure_args="--enable-openssl --enable-dbus --disable-textfe --enable-ipv6
|
|
--enable-perl --enable-python"
|
|
short_desc="A GTK+ based IRC client successor of Xchat"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://hexchat.github.io/"
|
|
license="GPL-2"
|
|
distfiles="http://dl.hexchat.net/hexchat/${pkgname}-${version}.tar.xz"
|
|
checksum=6f2b22372c7a9ed8ffab817079638e8f4178f5f8ba63c89cb3baa01be614f2ba
|
|
nocross=yes
|
|
|
|
post_install() {
|
|
# Remove useless files.
|
|
rm -rf ${DESTDIR}/usr/include
|
|
rm -rf ${DESTDIR}/usr/lib/pkgconfig
|
|
}
|
|
|
|
hexchat-perl_package() {
|
|
lib32disabled=yes
|
|
short_desc+=" - perl plugin"
|
|
depends="${sourcepkg}-${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/lib/hexchat/plugins/perl.so
|
|
}
|
|
}
|
|
hexchat-python_package() {
|
|
lib32disabled=yes
|
|
short_desc+=" - python plugin"
|
|
depends="${sourcepkg}-${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/lib/hexchat/plugins/python.so
|
|
}
|
|
}
|
|
|
|
hexchat-lua_package() {
|
|
lib32disabled=yes
|
|
short_desc+=" - lua plugin"
|
|
depends="${sourcepkg}-${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/lib/hexchat/plugins/lua.so
|
|
}
|
|
}
|