Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23179 - (show annotations) (download)
Fri Oct 31 09:11:51 2014 UTC (9 years, 6 months ago) by niro
Original Path: trunk/extras/libdbusmenu-qt/libdbusmenu-qt-0.9.2-r2.smage2
File size: 682 byte(s)
-mass rebuild of older packages
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 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude cmake
19
20 SRC_URI=(
21 http://launchpad.net/${PNAME}/trunk/${PVER}/+download/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"
26
27 src_compile()
28 {
29 # build outside of the source dir
30 install -d ${BUILDDIR}/build || die
31 cd ${BUILDDIR}/build
32
33 cmake_configure $(cmake_without DOC) || die
34 mmake || die
35 }