# HG changeset patch # User Pascal Bellard # Date 1379335153 0 # Node ID f58b65dff59f319c1aaa73f8250ed309c3c14cb2 # Parent b0c60d808e5cd53016c1900b5a8b1411603b6a3e Add pidgin-otr diff -r b0c60d808e5c -r f58b65dff59f pidgin-otr/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin-otr/receipt Mon Sep 16 12:39:13 2013 +0000 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="pidgin-otr" +VERSION="4.0.0" +CATEGORY="network" +SHORT_DESC="Allows you to have private conversations over Pidgin messenger." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" +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" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install +} + +# 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 +}