# HG changeset patch # User Hans-G?nter Theisgen # Date 1585807732 -3600 # Node ID 58618839aa9c4d4db5d859765574c6667822381d # Parent 1c3d6bf888945f64496a91a1deda84fdb1342d88 updated pidgin-otr (4.0.0 -> 4.0.2) diff -r 1c3d6bf88894 -r 58618839aa9c pidgin-otr/receipt --- a/pidgin-otr/receipt Wed Apr 01 17:36:27 2020 +0100 +++ b/pidgin-otr/receipt Thu Apr 02 07:08:52 2020 +0100 @@ -1,24 +1,26 @@ # SliTaz package receipt. PACKAGE="pidgin-otr" -VERSION="4.0.0" +VERSION="4.0.2" CATEGORY="network" -SHORT_DESC="Allows you to have private conversations over Pidgin messenger." +SHORT_DESC="Allows private conversations over Pidgin messenger." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://otr.cypherpunks.ca/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.cypherpunks.ca/otr/" WGET_URL="$WEB_SITE$TARBALL" -DEPENDS="pidgin libotr" -BUILD_DEPENDS="libgpg-error-dev libgcrypt-dev libotr-dev glib-dev gtk+-dev \ -pidgin-dev libpurple-dev intltool" +DEPENDS="libotr pidgin" +BUILD_DEPENDS="glib-dev gtk+-dev intltool libgcrypt-dev libgpg-error-dev + libotr-dev libpurple-dev pidgin-dev" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr $CONFIGURE_ARGS && + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } @@ -26,6 +28,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs - rm -f $fs/usr/lib/pidgin/pidgin-otr.la + cp -a $install/usr $fs + rm -f $fs/usr/lib/pidgin/pidgin-otr.la }