Magellan Linux

Annotation of /branches/R11-unstable/extras/libdbusmenu-qt/libdbusmenu-qt-0.9.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23181 - (hide annotations) (download)
Fri Oct 31 09:33:41 2014 UTC (9 years, 7 months ago) by niro
Original Path: trunk/extras/libdbusmenu-qt/libdbusmenu-qt-0.9.2-r2.smage2
File size: 715 byte(s)
-added missing qjson sdep
1 niro 23179 # $Id$
2    
3     PNAME="libdbusmenu-qt"
4     PVER="0.9.2"
5     PBUILD="r2"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="A library providing Qt implementation of DBusMenu specification."
10     HOMEPAGE="https://launchpad.net/libdbusmenu-qt/"
11    
12     DEPEND=">= x11-libs/qt4-core-4.8
13     >= x11-libs/qt4-gui-4.8"
14    
15 niro 23181 SDEPEND=">= dev-libs/qjson-0.8"
16    
17 niro 23179 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20     sminclude cmake
21    
22     SRC_URI=(
23     http://launchpad.net/${PNAME}/trunk/${PVER}/+download/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"
28    
29     src_compile()
30     {
31     # build outside of the source dir
32     install -d ${BUILDDIR}/build || die
33     cd ${BUILDDIR}/build
34    
35     cmake_configure $(cmake_without DOC) || die
36     mmake || die
37     }