wok diff xchat/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents 3239353ef034
children d1768332cee0
line diff
     1.1 --- a/xchat/receipt	Fri Aug 07 22:40:03 2009 +0200
     1.2 +++ b/xchat/receipt	Thu Dec 16 17:16:06 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xchat"
     1.7 -VERSION="2.8.6"
     1.8 +VERSION="2.8.8"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="IRC client using GTK+"
    1.11  MAINTAINER="lenios@slitaz.org"
    1.12 @@ -15,9 +15,9 @@
    1.13  compile_rules()
    1.14  {
    1.15      cd $src
    1.16 -    patch -p1 -i ../stuff/xc286-smallfixes.diff
    1.17 +    #patch -p1 -i ../stuff/xc286-smallfixes.diff
    1.18  	# gentoo patch for GTK > 2.12
    1.19 -    patch -p1 -i ../stuff/xchat-2.8.6-gtk+-2.13.patch 
    1.20 +    #patch -p1 -i ../stuff/xchat-2.8.6-gtk+-2.13.patch 
    1.21      ./configure  --prefix=/usr \
    1.22  	  --infodir=/usr/share/info \
    1.23  	  --mandir=/usr/share/man \
    1.24 @@ -36,5 +36,5 @@
    1.25      mkdir -p $fs/usr \
    1.26      	$fs/usr/share
    1.27      cp -a $_pkg/usr/bin $fs/usr
    1.28 -    cp -a $_pkg/usr/share/dbus-1 $fs/usr/share
    1.29 +   # cp -a $_pkg/usr/share/dbus-1 $fs/usr/share
    1.30  }