wok-next diff xchat/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children 0c430fcaf2d9
line diff
     1.1 --- a/xchat/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/xchat/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="2.8.8"
     1.5  CATEGORY="network"
     1.6  SHORT_DESC="IRC client using GTK+"
     1.7 -MAINTAINER="lenios@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="http://www.xchat.org/"
    1.11  
    1.12 @@ -12,8 +12,8 @@
    1.13  WGET_URL="http://www.xchat.org/files/source/${VERSION%.*}/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="gtk2-dev dbus-dev openssl10-dev shared-mime-info \
    1.16 -gettext-tools perl-dev"
    1.17 -SPLIT="xchat-plugin:plugin"
    1.18 +gettext perl-dev"
    1.19 +SPLIT="$PACKAGE-plugin:plugin"
    1.20  
    1.21  compile_rules() {
    1.22  	export CPPFLAGS="$CPPFLAGS -I/usr/include/openssl-1.0"
    1.23 @@ -39,7 +39,7 @@
    1.24  		$CONFIGURE_ARGS &&
    1.25  	fix libtool &&
    1.26  	make &&
    1.27 -	make DESTDIR=$DESTDIR install
    1.28 +	make DESTDIR=$install install
    1.29  }
    1.30  
    1.31  genpkg_rules() {