summaryrefslogtreecommitdiffstats
path: root/extra/xchat/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-17 20:40:07 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-17 20:40:07 +0100
commit9a0375b331c4cfd89f07ae01b4dfbe454b4d9114 (patch)
treef8f6bbb3db97cbc99d98f59c48b180f253f3d7e5 /extra/xchat/Pkgfile
parent9e0012add051aeedf9612dc12b1627beb8d57b2d (diff)
downloadnutyx-extra-9a0375b331c4cfd89f07ae01b4dfbe454b4d9114.tar.gz
nutyx-extra-9a0375b331c4cfd89f07ae01b4dfbe454b4d9114.tar.bz2
nutyx-extra-9a0375b331c4cfd89f07ae01b4dfbe454b4d9114.tar.xz
nutyx-extra-9a0375b331c4cfd89f07ae01b4dfbe454b4d9114.zip
xchat dans ouvert
Diffstat (limited to 'extra/xchat/Pkgfile')
-rw-r--r--extra/xchat/Pkgfile35
1 files changed, 0 insertions, 35 deletions
diff --git a/extra/xchat/Pkgfile b/extra/xchat/Pkgfile
deleted file mode 100644
index 8f6c9c106..000000000
--- a/extra/xchat/Pkgfile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Description: Client IRC basé sur GTK+2
-# URL: http://www.xchat.org/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: gtk, libsexy, dbus-glib
-# Run on: gtk,libsexy,dbus-glib
-
-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.19.7.patch xchat-gtk2.patch)
-
-build() {
- cd $name-$version
- patch -p1 -i $SRC/xc286-smallfixes.diff
- patch -p1 -i ../$name-gtk2.patch
- patch -p1 -i $SRC/$name-gtk2.19.7.patch
- ./configure --prefix=/usr \
- --enable-openssl \
- --enable-perl \
- --enable-ipv6 \
- --disable-gnome \
- --disable-textfe \
- --disable-python \
- --disable-tcl
- make
- 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
-}
-
-