Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18213 - (hide annotations) (download)
Thu Jun 27 08:24:02 2013 UTC (10 years, 11 months ago) by niro
File size: 485 byte(s)
-release branches/R11-stable
1 niro 17489 # $Id$
2    
3     PNAME="libattica"
4     PVER="0.4.2"
5     PBUILD="r1"
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     SRCFILE="${PNAME/lib/}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME/lib/}-${PVER}"
17    
18     sminclude cmake
19    
20     SRC_URI=(
21     kde://${PNAME/lib/}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd http://download.kde.org/stable/${PNAME/lib/} | lasttarball"