Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (show annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 1 month ago) by niro
File size: 649 byte(s)
created branch 'branch-xorg18'
1 # $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