Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23940 - (show annotations) (download)
Thu Feb 12 10:24:26 2015 UTC (9 years, 3 months ago) by niro
Original Path: trunk/extras/okteta/okteta-4.14.3-r1.smage2
File size: 280 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 >= dev-libs/soprano-2.9.3"
12
13 sminclude kde4
14
15 src_compile()
16 {
17 cd ${SRCDIR}
18
19 kde4_configure $(cmake_with QCA2) || die
20 mmake || die
21 }