Magellan Linux

Annotation of /branches/magellan-next/extras/libdbusmenu-qt/libdbusmenu-qt-0.8.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8500 - (hide annotations) (download)
Wed Jul 20 15:47:10 2011 UTC (13 years, 2 months ago) by niro
File size: 688 byte(s)
-disabled doxygen
1 niro 8499 # $Id$
2    
3     PNAME="libdbusmenu-qt"
4     PVER="0.8.3"
5     PBUILD="r1"
6    
7     PCATEGORIE="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.7
13     >= x11-libs/qt4-gui-4.7"
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 niro 8500
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     }