Magellan Linux

Annotation of /branches/magellan-next/extras/libotr/libotr-3.2.0-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8661 - (hide annotations) (download)
Wed Jul 27 14:27:45 2011 UTC (12 years, 11 months ago) by niro
File size: 545 byte(s)
auto added: ver bump to 3.2.0-r4
1 niro 8661 # $Id$
2    
3     PNAME="libotr"
4     PVER="3.2.0"
5     PBUILD="r4"
6    
7     PCATEGORIE="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.5
13     >= app-crypt/libgpg-error-1.9"
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"