wok-next annotate 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
rev   line source
pascal@15217 1 # SliTaz package receipt.
pascal@15217 2
pascal@15217 3 PACKAGE="pidgin-otr"
pascal@15217 4 VERSION="4.0.0"
pascal@15217 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Allows you to have private conversations over Pidgin messenger"
pascal@15217 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15217 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://otr.cypherpunks.ca/"
al@21020 10
pascal@15217 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15217 12 WGET_URL="$WEB_SITE$TARBALL"
pascal@15217 13
al@21017 14 BUILD_DEPENDS="libgpg-error-dev libgcrypt-dev libotr-dev glib-dev gtk2-dev \
pascal@15217 15 pidgin-dev libpurple-dev intltool"
pascal@15217 16
al@21020 17 compile_rules() {
al@21020 18 ./configure \
al@21020 19 --prefix=/usr \
al@21020 20 $CONFIGURE_ARGS &&
pascal@15217 21 make &&
al@21020 22 make DESTDIR=$install install
pascal@15217 23 }
pascal@15217 24
al@21020 25 genpkg_rules() {
pascal@15217 26 cp -a $install/usr $fs
pascal@15217 27 rm -f $fs/usr/lib/pidgin/pidgin-otr.la
al@21020 28 DEPENDS="pidgin libotr"
pascal@15217 29 }