Magellan Linux

Annotation of /trunk/todo/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27802 - (hide annotations) (download)
Wed Apr 6 10:44:36 2016 UTC (8 years, 2 months ago) by niro
File size: 629 byte(s)
-moved to 'todo'
1 niro 26754 # $Id$
2    
3     PNAME="kdevelop-pg-qt"
4     PVER="1.0.0"
5     PBUILD="r3"
6    
7     DESCRIPTION="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop language plugins."
8    
9     DEPEND=">= kde-base/kdelibs-4.14"
10    
11     sminclude kde4
12    
13     # unusual uri-scheme
14     SRC_URI=(
15     kde://${PNAME}/${PVER}/src/${SRCFILE}
16     mirror://${PNAME}/${SRCFILE}
17     mirror://${PNAME}/${PNAME}-${PVER}-bison25.patch
18     )
19    
20     UP2DATE="updatecmd -listonly http://download.kde.org/stable/${PNAME} | grep '${PNAME}/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
21    
22     src_prepare()
23     {
24     munpack ${SRCFILE} || die
25     cd ${SRCDIR}
26    
27     # fix build with bison-2.5
28     mpatch ${PNAME}-${PVER}-bison25.patch || die
29     }