Magellan Linux

Annotation of /trunk/todo/okteta/okteta-4.14.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26617 - (hide annotations) (download)
Wed Jul 8 23:21:42 2015 UTC (8 years, 11 months ago) by niro
Original Path: trunk/extras/okteta/okteta-4.14.3-r2.smage2
File size: 353 byte(s)
auto added: ver bump to 4.14.3-r2
1 niro 26617 # $Id$
2    
3     PNAME="okteta"
4     PVER="4.14.3"
5     PBUILD="r2"
6    
7     DESCRIPTION="KDE4 hex editor."
8    
9     DEPEND="== kde-base/kdebase-runtime-${PVER}
10     >= app-crypt/qca-2"
11    
12     SDEPEND=">= x11-apps/qt4-designer-4.8"
13    
14     sminclude kde4
15    
16     kde4_add_nepomuk_depend "DEPEND" ">= dev-libs/soprano-2.9"
17    
18     src_compile()
19     {
20     cd ${SRCDIR}
21    
22     kde4_configure $(cmake_with QCA2) || die
23     mmake || die
24     }