Magellan Linux

Annotation of /trunk/todo/automoc4/automoc4-0.9.88-r9.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27723 - (hide annotations) (download)
Wed Apr 6 09:50:21 2016 UTC (8 years, 2 months ago) by niro
File size: 516 byte(s)
-moved to 'todo'
1 niro 26557 # $Id$
2    
3     PNAME="automoc4"
4     PVER="0.9.88"
5     PBUILD="r9"
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'"