Magellan Linux

Contents of /branches/magellan-next/extras/libdbusmenu-qt/libdbusmenu-qt-0.6.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6923 - (show annotations) (download)
Fri Sep 24 15:40:56 2010 UTC (13 years, 7 months ago) by niro
File size: 532 byte(s)
auto added: ver bump to 0.6.4-r1
1 # $Id$
2
3 PNAME="libdbusmenu-qt"
4 PVER="0.6.4"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="A library providing Qt implementation of DBusMenu specification."
11 HOMEPAGE="https://launchpad.net/libdbusmenu-qt/"
12
13 DEPEND=">= x11-libs/qt4-core-4.7
14 >= x11-libs/qt4-gui-4.7"
15
16 SRCFILE="${PNAME}-${PVER}.tar.bz2"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude cmake
20
21 SRC_URI=(
22 http://launchpad.net/${PNAME}/trunk/${PVER}/+download/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"