Magellan Linux

Annotation of /branches/magellan-next/extras/polkit-qt/polkit-qt-0.96.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6855 - (hide annotations) (download)
Wed Sep 22 20:27:53 2010 UTC (13 years, 9 months ago) by niro
File size: 631 byte(s)
auto added: ver bump to 0.96.1-r1
1 niro 6855 # $Id: polkit-qt-0.95.1-r1.smage2 4881 2010-02-12 23:56:40Z niro $
2    
3     PNAME="polkit-qt"
4     PVER="0.96.1"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="PolicyKit Qt4 API wrapper library."
11     HOMEPAGE="http://kde.org/"
12    
13     DEPEND=">= sys-apps/polkit-0.96
14     >= x11-libs/qt4-core-4.7
15     >= x11-libs/qt4-gui-4.7"
16    
17     SDEPEND=">= kde-base/automoc4-0.9.88"
18    
19     SRCFILE="${PNAME}-1-${PVER}.tar.bz2"
20     SRCDIR="${BUILDDIR}/${PNAME}-1-${PVER}"
21    
22     sminclude kde4
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"