Magellan Linux

Annotation of /branches/magellan-next/extras/polkit-kde-agent/polkit-kde-agent-0.99.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8533 - (hide annotations) (download)
Thu Jul 21 21:35:39 2011 UTC (12 years, 10 months ago) by niro
File size: 544 byte(s)
auto added: ver bump to 0.99.0-r1
1 niro 8524 # $Id$
2    
3     PNAME="polkit-kde-agent"
4     PVER="0.99.0"
5     PBUILD="r1"
6    
7 niro 8533 PCATEGORIE="kde-base"
8 niro 8524
9     DESCRIPTION="PolicyKit Qt4 API wrapper library."
10     HOMEPAGE="http://kde.org/"
11    
12     sminclude kde4
13    
14     # override default depends from kde4.sminc!
15 niro 8533 DEPEND=">= kde-base/kdelibs4-4.6
16     >= sys-apps/polkit-qt-0.99"
17 niro 8524
18     SRCFILE="${PNAME}-1-${PVER}.tar.bz2"
19     SRCDIR="${BUILDDIR}/${PNAME}-1-${PVER}"
20    
21     SRC_URI=(
22     kde://apps/KDE4.x/admin/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/ | grep ${PNAME}-1 | lasttarball"