wok-current annotate pidgin-otr/receipt @ rev 24385
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 07 11:38:23 2022 +0000 (2022-02-07) |
parents | f58b65dff59f |
children | ad8b9ff412d2 |
rev | line source |
---|---|
pascal@15217 | 1 # SliTaz package receipt. |
pascal@15217 | 2 |
pascal@15217 | 3 PACKAGE="pidgin-otr" |
Hans-G?nter@23434 | 4 VERSION="4.0.2" |
pascal@15217 | 5 CATEGORY="network" |
Hans-G?nter@23434 | 6 SHORT_DESC="Allows private conversations over Pidgin messenger." |
pascal@15217 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15217 | 8 LICENSE="GPL2" |
Hans-G?nter@23434 | 9 WEB_SITE="https://otr.cypherpunks.ca/" |
Hans-G?nter@23434 | 10 |
pascal@15217 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@15217 | 12 WGET_URL="$WEB_SITE$TARBALL" |
pascal@15217 | 13 |
Hans-G?nter@23434 | 14 DEPENDS="libotr pidgin" |
Hans-G?nter@23434 | 15 BUILD_DEPENDS="glib-dev gtk+-dev intltool libgcrypt-dev libgpg-error-dev |
Hans-G?nter@23434 | 16 libotr-dev libpurple-dev pidgin-dev" |
pascal@15217 | 17 |
pascal@15217 | 18 # Rules to configure and make the package. |
pascal@15217 | 19 compile_rules() |
pascal@15217 | 20 { |
Hans-G?nter@23434 | 21 ./configure \ |
Hans-G?nter@23434 | 22 --prefix=/usr \ |
Hans-G?nter@23434 | 23 $CONFIGURE_ARGS && |
pascal@15217 | 24 make && |
pascal@15217 | 25 make DESTDIR=$DESTDIR install |
pascal@15217 | 26 } |
pascal@15217 | 27 |
pascal@15217 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15217 | 29 genpkg_rules() |
pascal@15217 | 30 { |
Hans-G?nter@23434 | 31 cp -a $install/usr $fs |
Hans-G?nter@23434 | 32 rm -f $fs/usr/lib/pidgin/pidgin-otr.la |
pascal@15217 | 33 } |