wok view pidgin-otr/receipt @ rev 23783

updated xvidcore and xvidcore-dev (1.3.5 -> 1.3.7)
author Hans-G?nter Theisgen
date Thu May 21 14:35:48 2020 +0100 (2020-05-21)
parents f58b65dff59f
children ad8b9ff412d2
line source
1 # SliTaz package receipt.
3 PACKAGE="pidgin-otr"
4 VERSION="4.0.2"
5 CATEGORY="network"
6 SHORT_DESC="Allows private conversations over Pidgin messenger."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://otr.cypherpunks.ca/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE$TARBALL"
14 DEPENDS="libotr pidgin"
15 BUILD_DEPENDS="glib-dev gtk+-dev intltool libgcrypt-dev libgpg-error-dev
16 libotr-dev libpurple-dev pidgin-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --prefix=/usr \
23 $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/usr $fs
32 rm -f $fs/usr/lib/pidgin/pidgin-otr.la
33 }