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 8499 - (hide annotations) (download)
Wed Jul 20 15:42:28 2011 UTC (12 years, 11 months ago) by niro
File size: 515 byte(s)
auto added: ver bump to 0.8.3-r1
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"