Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25684 - (show 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 # $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 >= 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 }