From c0af1b17c0ae7d4df20dde10979913ae035beeda Mon Sep 17 00:00:00 2001 From: Thierry N Date: Wed, 12 Aug 2009 20:58:55 +0200 Subject: Ajout de xchat#2.8.6-1 --- extra/xchat/Pkgfile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 extra/xchat/Pkgfile (limited to 'extra/xchat/Pkgfile') diff --git a/extra/xchat/Pkgfile b/extra/xchat/Pkgfile new file mode 100644 index 000000000..91184d9e2 --- /dev/null +++ b/extra/xchat/Pkgfile @@ -0,0 +1,32 @@ +# Description: Client IRC basé sur GTK+2 +# URL: http://www.xchat.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: openssl, gtk, perl, libsexy + +name=xchat +version=2.8.6 +release=1 +source=(http://www.xchat.org/files/source/2.8/$name-$version.tar.bz2 \ + http://www.xchat.org/files/source/2.8/patches/xc286-smallfixes.diff \ + $name-gtk2.patch) + +build() { + cd $name-$version + patch -p1 -i $SRC/xc286-smallfixes.diff + patch -p1 -i $SRC/$name-gtk2.patch + ./configure --prefix=/usr \ + --enable-openssl \ + --enable-perl \ + --enable-ipv6 \ + --disable-gnome \ + --disable-textfe \ + --disable-python \ + --disable-tcl + make -j3 + make DESTDIR=$PKG install + rm -rf $PKG/usr/etc + install -D $name.desktop $PKG/usr/share/applications/$name.desktop + install -D $name.png $PKG/usr/share/pixmaps/$name.png +} + -- cgit v1.2.3-70-g09d2