Magellan Linux

Annotation of /branches/magellan-next/extras/libattica/libattica-0.2.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8498 - (hide annotations) (download)
Wed Jul 20 15:41:26 2011 UTC (13 years, 2 months ago) by niro
File size: 499 byte(s)
auto added: ver bump to 0.2.0-r1
1 niro 8498 # $Id$
2    
3     PNAME="libattica"
4     PVER="0.2.0"
5     PBUILD="r1"
6    
7     PCATEGORIE="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.7
13     >= x11-libs/qt4-gui-4.7"
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://ftp.gwdg.de/pub/x11/kde/stable/${PNAME/lib/}/ | lasttarball"