Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23944 - (show annotations) (download)
Thu Feb 12 12:49:44 2015 UTC (9 years, 3 months ago) by niro
Original Path: trunk/extras/okteta/okteta-4.14.3-r1.smage2
File size: 313 byte(s)
auto added: ver bump to 4.14.3-r1
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 sminclude kde4
13
14 kde4_add_nepomuk_depend "DEPEND" ">= dev-libs/soprano-2.9"
15
16 src_compile()
17 {
18 cd ${SRCDIR}
19
20 kde4_configure $(cmake_with QCA2) || die
21 mmake || die
22 }