Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27910 - (show annotations) (download)
Wed Apr 6 11:08:49 2016 UTC (8 years, 1 month ago) by niro
File size: 353 byte(s)
-moved to 'todo'
1 # $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 }