Magellan Linux

Annotation of /branches/branch-xorg18/core/dbus-qt3/dbus-qt3-0.70-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3481 - (hide annotations) (download)
Thu Oct 22 12:09:26 2009 UTC (14 years, 7 months ago) by niro
Original Path: trunk/core/dbus-qt3/dbus-qt3-0.70-r7.smage2
File size: 649 byte(s)
auto added: ver bump to 0.70-r7
1 niro 3481 # $Id$
2    
3     PNAME="dbus-qt3"
4     PVER="0.70"
5     PBUILD="r7"
6    
7     PCATEGORIE="dev-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="D-BUS QT3 bindings."
11     HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings"
12    
13     DEPEND=">= sys-apps/dbus-1.3
14     == x11-libs/qt-3"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.bz2"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild
20    
21     SRC_URI=(
22     http://linux.rz.ruhr-uni-bochum.de/download2/gentoo-mirror/distfiles/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     src_compile()
27     {
28     cd ${SRCDIR}
29    
30     # fixes build on 64bit arches
31     export LDFLAGS="-L/usr/$(mlibdir)"
32    
33     mconfigure --enable-qt3 --disable-qt-debug || die
34     mmake LDFLAGS="-L/usr/$(mlibdir)" || die
35     }

Properties

Name Value
svn:keywords Id