Magellan Linux

Annotation of /branches/R11-unstable/extras/automoc4/automoc4-0.9.88-r8.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25130 - (hide annotations) (download)
Tue Nov 25 03:05:25 2014 UTC (9 years, 5 months ago) by niro
File size: 516 byte(s)
-release branches/R11-unstable
1 niro 23185 # $Id$
2    
3     PNAME="automoc4"
4     PVER="0.9.88"
5     PBUILD="r8"
6    
7     DESCRIPTION="KDE Meta Object Compiler."
8    
9     sminclude kde4
10    
11     # override default depends from kde4.sminc!
12     DEPEND=">= x11-libs/qt4-core-4.8"
13    
14     # keep the '4' in PNAME
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     # keep the '4' in SRCDIR
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     # unusual uri-scheme
20     SRC_URI=(
21     kde://${PNAME}/${PVER}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd -listonly ftp://ftp.kde.org/pub/kde/stable/${PNAME} | sed -n 's:.*\/\(.*\)\/:\1:;$ p'"