Magellan Linux

Contents of /branches/R11-unstable/extras/libotr/libotr-4.1.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32659 - (show annotations) (download)
Mon Apr 29 13:22:03 2019 UTC (5 years ago) by niro
File size: 607 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libotr"
4 PVER="4.1.1"
5 PBUILD="r2"
6
7 PCAT="net-libs"
8
9 DESCRIPTION="Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging."
10 HOMEPAGE="http://www.cypherpunks.ca/otr/"
11
12 DEPEND=">= app-crypt/libgcrypt-1.8
13 >= app-crypt/libgpg-error-1.17"
14
15 # tests requires prove cmd from perl
16 SDEPEND=">= dev-lang/perl-5"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 http://www.cypherpunks.ca/otr/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd -listonly ${HOMEPAGE} | grep ${PNAME}- | lasttarball gz"