From 57d1bfd28e5cc653bfcd392d2968ec1141038c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Thu, 10 Feb 2011 10:43:06 -0300 Subject: xchat-libre-2.8.8-3 --- libre/xchat-libre/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 libre/xchat-libre/PKGBUILD (limited to 'libre/xchat-libre/PKGBUILD') diff --git a/libre/xchat-libre/PKGBUILD b/libre/xchat-libre/PKGBUILD new file mode 100644 index 000000000..8262e03be --- /dev/null +++ b/libre/xchat-libre/PKGBUILD @@ -0,0 +1,41 @@ +# Maintainer: Eric Belanger +# Maintainer: Henry Jensen + +pkgbasename=xchat +pkgname=xchat-libre +pkgver=2.8.8 +pkgrel=3 +pkgdesc="A GTK+ based IRC client without non-free browser reference" +arch=('i686' 'x86_64') +url="http://www.xchat.org/" +provides=("xchat=$pkgver") +replaces=('xchat') +conflicts=('xchat') +license=('GPL') +depends=('gtk2' 'openssl' 'dbus-glib') +makedepends=('tcl' 'perl' 'python2') +optdepends=('enchant: for spell checking support' 'tcl: for tcl plugin' \ + 'python2: for python plugin') +options=('!libtool') +changelog=ChangeLog +source=(http://www.xchat.org/files/source/${pkgver%.*}/${pkgbasename}-${pkgver}.tar.xz remove-non-free-suggestion.patch) +md5sums=('9a11f13121ff0af787bba3b014378e58' + '47c665961f11a803e9a12007811a04c9') +sha1sums=('e12305da42d1aacc26c2ca25e239f393d4dd3532' + '05e673aa44813ddac8aabb251d5f0124efde91a2') + + + +build() { + cd "${srcdir}/${pkgbasename}-${pkgver}" + patch -p1 < ../remove-non-free-suggestion.patch + ./configure --prefix=/usr --sysconfdir=/etc --enable-openssl --enable-dbus \ + --disable-textfe --enable-ipv6 --enable-shm --enable-spell=static + make +} + +package() { + cd "${srcdir}/${pkgbasename}-${pkgver}" + make DESTDIR="${pkgdir}" install +} + -- cgit v1.2.3-2-g168b