Magellan Linux

Contents of /branches/magellan-next/extras/libotr/libotr-3.2.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7079 - (show annotations) (download)
Tue Sep 28 18:30:53 2010 UTC (13 years, 8 months ago) by niro
File size: 620 byte(s)
auto added: ver bump to 3.2.0-r3
1 # $Id: libotr-3.2.0-r2.smage2 3926 2009-11-14 10:17:55Z niro $
2
3 PNAME="libotr"
4 PVER="3.2.0"
5 PBUILD="r3"
6
7 PCATEGORIE="net-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging."
11 HOMEPAGE="http://www.cypherpunks.ca/otr/"
12
13 DEPEND=">= app-crypt/libgcrypt-1.4.6
14 >= app-crypt/libgpg-error-1.9"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 http://www.cypherpunks.ca/otr/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd -listonly ${HOMEPAGE} | grep ${PNAME}- | lasttarball gz"