Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25491 - (show annotations) (download)
Tue Nov 25 03:50:04 2014 UTC (9 years, 5 months ago) by niro
File size: 741 byte(s)
-release branches/R11-unstable
1 # $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 SDEPEND=">= dev-libs/qjson-0.8
16 >= x11-libs/qt4-test-4.8"
17
18 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 }