wok view pidgin-otr/receipt @ rev 17013

caja: Add glib schemas
author Yuri Pourre <yuripourre@gmail.com>
date Tue Aug 12 19:03:38 2014 -0300 (2014-08-12)
parents
children 58618839aa9c
line source
1 # SliTaz package receipt.
3 PACKAGE="pidgin-otr"
4 VERSION="4.0.0"
5 CATEGORY="network"
6 SHORT_DESC="Allows you to have private conversations over Pidgin messenger."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.cypherpunks.ca/otr/"
11 WGET_URL="$WEB_SITE$TARBALL"
13 DEPENDS="pidgin libotr"
14 BUILD_DEPENDS="libgpg-error-dev libgcrypt-dev libotr-dev glib-dev gtk+-dev \
15 pidgin-dev libpurple-dev intltool"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 rm -f $fs/usr/lib/pidgin/pidgin-otr.la
31 }