Magellan Linux

Annotation of /branches/magellan-next/extras/automoc4/automoc4-0.9.88-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8510 - (hide annotations) (download)
Wed Jul 20 20:12:06 2011 UTC (12 years, 11 months ago) by niro
File size: 539 byte(s)
auto added: ver bump to 0.9.88-r5
1 niro 8510 # $Id$
2    
3     PNAME="automoc4"
4     PVER="0.9.88"
5     PBUILD="r5"
6    
7     PCATEGORIE="kde-base"
8    
9     DESCRIPTION="KDE Meta Object Compiler."
10    
11     sminclude kde4
12    
13     # override default depends from kde4.sminc!
14     DEPEND=">= x11-libs/qt4-core-4.7"
15    
16     # keep the '4' in PNAME
17     SRCFILE="${PNAME}-${PVER}.tar.bz2"
18     # keep the '4' in SRCDIR
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     # unusual uri-scheme
22     SRC_URI=(
23     kde://${PNAME}/${PVER}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd -listonly ftp://ftp.kde.org/pub/kde/stable/${PNAME} | sed -n 's:.*\/\(.*\)\/:\1:;$ p'"