Magellan Linux

Annotation of /branches/R11-unstable/extras/okteta/okteta-4.14.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25684 - (hide annotations) (download)
Tue Nov 25 04:09:54 2014 UTC (9 years, 5 months ago) by niro
File size: 353 byte(s)
-release branches/R11-unstable
1 niro 23940 # $Id$
2    
3     PNAME="okteta"
4     PVER="4.14.3"
5     PBUILD="r1"
6    
7     DESCRIPTION="KDE4 hex editor."
8    
9     DEPEND="== kde-base/kdebase-runtime-${PVER}
10 niro 23944 >= app-crypt/qca-2"
11 niro 23940
12 niro 23946 SDEPEND=">= x11-apps/qt4-designer-4.8"
13    
14 niro 23940 sminclude kde4
15    
16 niro 23944 kde4_add_nepomuk_depend "DEPEND" ">= dev-libs/soprano-2.9"
17    
18 niro 23940 src_compile()
19     {
20     cd ${SRCDIR}
21    
22     kde4_configure $(cmake_with QCA2) || die
23     mmake || die
24     }