r1898 - crux-2.2/ports/opt/xchat
Author: jaeger Date: 2006-09-17 21:03:05 +0200 (Sun, 17 Sep 2006) New Revision: 1898 Modified: crux-2.2/ports/opt/xchat/Pkgfile Log: xchat: assumed maintenance Modified: crux-2.2/ports/opt/xchat/Pkgfile =================================================================== --- crux-2.2/ports/opt/xchat/Pkgfile 2006-09-17 18:46:35 UTC (rev 1897) +++ crux-2.2/ports/opt/xchat/Pkgfile 2006-09-17 19:03:05 UTC (rev 1898) @@ -1,7 +1,7 @@ # Description: GTK+ based IRC client -# URL: http://www.xchat.org/ -# Maintainer: Per Lid�n, core-ports at crux dot nu -# Depends on: openssl, gtk, perl +# URL: http://www.xchat.org/ +# Maintainer: Matt Housh, jaeger at crux dot nu +# Depends on: openssl, gtk, perl name=xchat version=2.6.6 @@ -9,8 +9,8 @@ source=(http://www.xchat.org/files/source/2.6/$name-$version.tar.bz2) build() { - cd $name-$version - ./configure --prefix=/usr \ + cd $name-$version + ./configure --prefix=/usr \ --enable-openssl \ --enable-perl \ --enable-ipv6 \ @@ -19,7 +19,7 @@ --disable-python \ --disable-tcl \ --disable-nls - make - make DESTDIR=$PKG install - rm -rf $PKG/usr/{etc,share} + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/{etc,share} }
participants (1)
-
crux@crux.nu