wok annotate pidgin-otr/receipt @ rev 20591
compiz-plugins-unsupported, gucharmap3: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 15 21:00:34 2018 +0100 (2018-12-15) |
parents | |
children | 58618839aa9c |
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" |
pascal@15217 | 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" |
pascal@15217 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@15217 | 10 WEB_SITE="http://www.cypherpunks.ca/otr/" |
pascal@15217 | 11 WGET_URL="$WEB_SITE$TARBALL" |
pascal@15217 | 12 |
pascal@15217 | 13 DEPENDS="pidgin libotr" |
pascal@15217 | 14 BUILD_DEPENDS="libgpg-error-dev libgcrypt-dev libotr-dev glib-dev gtk+-dev \ |
pascal@15217 | 15 pidgin-dev libpurple-dev intltool" |
pascal@15217 | 16 |
pascal@15217 | 17 # Rules to configure and make the package. |
pascal@15217 | 18 compile_rules() |
pascal@15217 | 19 { |
pascal@15217 | 20 cd $src |
pascal@15217 | 21 ./configure --prefix=/usr $CONFIGURE_ARGS && |
pascal@15217 | 22 make && |
pascal@15217 | 23 make DESTDIR=$DESTDIR install |
pascal@15217 | 24 } |
pascal@15217 | 25 |
pascal@15217 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15217 | 27 genpkg_rules() |
pascal@15217 | 28 { |
pascal@15217 | 29 cp -a $install/usr $fs |
pascal@15217 | 30 rm -f $fs/usr/lib/pidgin/pidgin-otr.la |
pascal@15217 | 31 } |