Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18241 - (show annotations) (download)
Thu Jun 27 10:05:12 2013 UTC (10 years, 10 months ago) by niro
File size: 537 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="polkit-kde-agent"
4 PVER="0.99.0"
5 PBUILD="r4"
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.10
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"