wok rev 23434

updated pidgin-otr (4.0.0 -> 4.0.2)
author Hans-G?nter Theisgen
date Thu Apr 02 07:08:52 2020 +0100 (2020-04-02)
parents 1c3d6bf88894
children a9c9d2562dac
files pidgin-otr/receipt
line diff
     1.1 --- a/pidgin-otr/receipt	Wed Apr 01 17:36:27 2020 +0100
     1.2 +++ b/pidgin-otr/receipt	Thu Apr 02 07:08:52 2020 +0100
     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  }