Magellan Linux

Contents of /branches/R11-unstable/extras/polkit-kde-agent/polkit-kde-agent-0.99.0-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25722 - (show annotations) (download)
Tue Nov 25 04:13:06 2014 UTC (9 years, 5 months ago) by niro
File size: 540 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="polkit-kde-agent"
4 PVER="0.99.0"
5 PBUILD="r6"
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.14
16 >= dev-libs/polkit-qt-0.112"
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 | highesttarball"