wok-next diff centerim/receipt @ rev 20125

Up centerim (5.0.1), add libpurple
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 31 09:48:47 2017 +0100 (2017-10-31)
parents 6c12ac1293fc
children e6615350078d
line diff
     1.1 --- a/centerim/receipt	Mon Oct 16 13:38:21 2017 +0200
     1.2 +++ b/centerim/receipt	Tue Oct 31 09:48:47 2017 +0100
     1.3 @@ -1,24 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="centerim"
     1.7 -VERSION="4.22.10"
     1.8 +VERSION="5.0.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Console mode IM"
    1.11  MAINTAINER="allan316@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +TARBALL="centerim5-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.centerim.org"
    1.16 -WGET_URL="$WEB_SITE/download/releases/$TARBALL"
    1.17 +WGET_URL="$WEB_SITE/download/cim5/$TARBALL"
    1.18  TAGS="im instant-messenger cli command-line"
    1.19  
    1.20  DEPENDS="ncurses curl libssl libidn libgpg-error gpgme"
    1.21  BUILD_DEPENDS="ncurses-dev curl-dev openssl-dev libidn-dev libgpg-error-dev \
    1.22 -gpgme-dev"
    1.23 +gpgme-dev libpurple-dev libsigc++-dev libxml2-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	sed -i 's/<list>/&\n#include <stdio.h>/' libicq2000/libicq2000/sigslot.h
    1.29  	mkdir -p $DESTDIR/usr
    1.30  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.31  	make && make install
    1.32 @@ -27,8 +26,7 @@
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34  genpkg_rules()
    1.35  {
    1.36 -	mkdir -p $fs/usr/share
    1.37 +	mkdir -p $fs/usr
    1.38  	cp -a $install/usr/bin $fs/usr
    1.39 -	cp -a $install/usr/share/centerim $fs/usr/share	
    1.40 +	cp -a $install/usr/lib $fs/usr
    1.41  }
    1.42 -