Magellan Linux

Contents of /branches/R11-unstable/extras/libotr/libotr-4.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25551 - (show annotations) (download)
Tue Nov 25 03:55:11 2014 UTC (9 years, 5 months ago) by niro
File size: 540 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libotr"
4 PVER="4.1.0"
5 PBUILD="r1"
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.6
13 >= app-crypt/libgpg-error-1.17"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://www.cypherpunks.ca/otr/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd -listonly ${HOMEPAGE} | grep ${PNAME}- | lasttarball gz"