Magellan Linux

Annotation of /branches/R11-stable/extras/libattica/libattica-0.4.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24304 - (hide annotations) (download)
Fri Feb 20 10:05:14 2015 UTC (9 years, 2 months ago) by niro
File size: 524 byte(s)
-release branches/R11-stable
1 niro 23204 # $Id$
2    
3     PNAME="libattica"
4     PVER="0.4.2"
5     PBUILD="r2"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="A library providing access to Open Collaboration Services."
10     HOMEPAGE="http://kde.org/"
11    
12     DEPEND=">= x11-libs/qt4-core-4.8
13     >= x11-libs/qt4-gui-4.8"
14    
15 niro 23205 SDEPEND=">= x11-libs/qt4-test-4.8"
16    
17 niro 23204 SRCFILE="${PNAME/lib/}-${PVER}.tar.bz2"
18     SRCDIR="${BUILDDIR}/${PNAME/lib/}-${PVER}"
19    
20     sminclude cmake
21    
22     SRC_URI=(
23     kde://${PNAME/lib/}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd http://download.kde.org/stable/${PNAME/lib/} | highesttarball"