Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15766 - (show annotations) (download)
Tue Jan 8 12:32:45 2013 UTC (11 years, 4 months ago) by niro
File size: 588 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="polkit-kde-kcmodules"
4 PVER="0.99.0_git20120515"
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.9
16 >= dev-libs/polkit-qt-0.103
17 >= kde-base/polkit-kde-agent-0.99"
18
19 SRCFILE="${PNAME}-1-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-1-${PVER}"
21
22 SRC_URI=(
23 #kde://apps/KDE4.x/admin/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd http://download.kde.org/stable/apps/KDE4.x/admin/ | grep ${PNAME}-1 | lasttarball"