Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24306 - (hide annotations) (download)
Fri Feb 20 10:05:32 2015 UTC (9 years, 2 months ago) by niro
File size: 741 byte(s)
-release branches/R11-stable
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 23182 SDEPEND=">= dev-libs/qjson-0.8
16     >= x11-libs/qt4-test-4.8"
17 niro 23181
18 niro 23179 SRCFILE="${PNAME}-${PVER}.tar.bz2"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude cmake
22    
23     SRC_URI=(
24     http://launchpad.net/${PNAME}/trunk/${PVER}/+download/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"
29    
30     src_compile()
31     {
32     # build outside of the source dir
33     install -d ${BUILDDIR}/build || die
34     cd ${BUILDDIR}/build
35    
36     cmake_configure $(cmake_without DOC) || die
37     mmake || die
38     }