Magellan Linux

Contents of /branches/R11-unstable/extras/qoauth/qoauth-1.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15507 - (show annotations) (download)
Thu Jan 3 12:14:33 2013 UTC (11 years, 5 months ago) by niro
Original Path: trunk/extras/qoauth/qoauth-1.0.1-r1.smage2
File size: 438 byte(s)
auto added: ver bump to 1.0.1-r1
1 # $Id$
2
3 PNAME="qoauth"
4 PVER="1.0.1"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="A Qt-based C++ library for OAuth authorization scheme."
10 HOMEPAGE="https://github.com/ayoy/qoauth"
11
12 DEPEND=">= app-crypt/qca-2"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude qt4 cmake
18
19 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
20
21 UP2DATE="updatecmd -listonly ${HOMEPAGE}/tags | grep .tar.gz | sed 's:.*v\(.*\).tar.gz:\1:;q'"