Magellan Linux

Contents of /branches/R11-stable/extras/polkit-kde-agent/polkit-kde-agent-0.99.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15631 - (show annotations) (download)
Mon Jan 7 12:40:55 2013 UTC (11 years, 5 months ago) by niro
File size: 536 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="polkit-kde-agent"
4 PVER="0.99.0"
5 PBUILD="r3"
6
7 PCAT="kde-base"
8
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 DEPEND=">= kde-base/kdelibs-4.8
16 >= dev-libs/polkit-qt-0.103"
17
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 http://download.kde.org/stable/apps/KDE4.x/admin/ | grep ${PNAME}-1 | lasttarball"