wok diff pidgin-otr/receipt @ rev 24347

Up expat (2.4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 09:41:22 2022 +0000 (2022-02-02)
parents f58b65dff59f
children ad8b9ff412d2
line diff
     1.1 --- a/pidgin-otr/receipt	Mon Sep 16 12:39:13 2013 +0000
     1.2 +++ b/pidgin-otr/receipt	Wed Feb 02 09:41:22 2022 +0000
     1.3 @@ -1,24 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pidgin-otr"
     1.7 -VERSION="4.0.0"
     1.8 +VERSION="4.0.2"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="Allows you to have private conversations over Pidgin messenger."
    1.11 +SHORT_DESC="Allows private conversations over Pidgin messenger."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://otr.cypherpunks.ca/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.cypherpunks.ca/otr/"
    1.18  WGET_URL="$WEB_SITE$TARBALL"
    1.19  
    1.20 -DEPENDS="pidgin libotr"
    1.21 -BUILD_DEPENDS="libgpg-error-dev libgcrypt-dev libotr-dev glib-dev gtk+-dev \
    1.22 -pidgin-dev libpurple-dev intltool"
    1.23 +DEPENDS="libotr pidgin"
    1.24 +BUILD_DEPENDS="glib-dev gtk+-dev intltool libgcrypt-dev libgpg-error-dev 
    1.25 +	libotr-dev libpurple-dev pidgin-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	cd $src
    1.31 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.32 +	./configure		\
    1.33 +		--prefix=/usr	\
    1.34 +		$CONFIGURE_ARGS &&
    1.35  	make &&
    1.36  	make DESTDIR=$DESTDIR install
    1.37  }
    1.38 @@ -26,6 +28,6 @@
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.40  genpkg_rules()
    1.41  {
    1.42 -	cp -a $install/usr $fs
    1.43 -	rm -f $fs/usr/lib/pidgin/pidgin-otr.la
    1.44 +	cp -a $install/usr	$fs
    1.45 +	rm -f			$fs/usr/lib/pidgin/pidgin-otr.la
    1.46  }