wok-next diff pidgin-otr/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents f48456621a9d
children
line diff
     1.1 --- a/pidgin-otr/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/pidgin-otr/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -3,29 +3,27 @@
     1.4  PACKAGE="pidgin-otr"
     1.5  VERSION="4.0.0"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="Allows you to have private conversations over Pidgin messenger."
     1.8 +SHORT_DESC="Allows you to have private conversations over Pidgin messenger"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11 +WEB_SITE="https://otr.cypherpunks.ca/"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://www.cypherpunks.ca/otr/"
    1.15  WGET_URL="$WEB_SITE$TARBALL"
    1.16  
    1.17 -DEPENDS="pidgin libotr"
    1.18  BUILD_DEPENDS="libgpg-error-dev libgcrypt-dev libotr-dev glib-dev gtk2-dev \
    1.19  pidgin-dev libpurple-dev intltool"
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 -	cd $src
    1.25 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.26 +compile_rules() {
    1.27 +	./configure \
    1.28 +		--prefix=/usr \
    1.29 +		$CONFIGURE_ARGS &&
    1.30  	make &&
    1.31 -	make DESTDIR=$DESTDIR install
    1.32 +	make DESTDIR=$install install
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 +genpkg_rules() {
    1.39  	cp -a $install/usr $fs
    1.40  	rm -f $fs/usr/lib/pidgin/pidgin-otr.la
    1.41 +	DEPENDS="pidgin libotr"
    1.42  }