Magellan Linux

Contents of /branches/magellan-next/extras/polkit-qt/polkit-qt-0.99.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8518 - (show annotations) (download)
Thu Jul 21 12:59:57 2011 UTC (12 years, 9 months ago) by niro
File size: 599 byte(s)
auto added: ver bump to 0.99.0-r1
1 # $Id$
2
3 PNAME="polkit-qt"
4 PVER="0.99.0"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
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=">= sys-apps/polkit-0.101
16 >= x11-libs/qt4-core-4.7
17 >= x11-libs/qt4-gui-4.7"
18
19 SDEPEND=">= kde-base/automoc4-0.9.88"
20
21 SRCFILE="${PNAME}-1-${PVER}.tar.bz2"
22 SRCDIR="${BUILDDIR}/${PNAME}-1-${PVER}"
23
24 SRC_URI=(
25 kde://apps/KDE4.x/admin/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/ | grep ${PNAME}-1 | lasttarball"