Magellan Linux

Contents of /trunk/extras/libattica/libattica-0.3.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11134 - (show annotations) (download)
Fri Feb 17 18:33:22 2012 UTC (12 years, 3 months ago) by niro
File size: 493 byte(s)
auto added: ver bump to 0.3.0-r1
1 # $Id$
2
3 PNAME="libattica"
4 PVER="0.3.0"
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://ftp.gwdg.de/pub/x11/kde/stable/${PNAME/lib/}/ | lasttarball"