Magellan Linux

Contents of /trunk/deprecated/kphone/kphone-4.2-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4740 - (show annotations) (download)
Sun Dec 27 16:54:39 2009 UTC (14 years, 4 months ago) by niro
File size: 861 byte(s)
-moved to 'deprecated'
1 # $Header: /magellan-cvs/smage/kphone/kphone-4.2-r3.smage2,v 1.3 2007-11-10 14:21:58 niro Exp $
2
3 PNAME="kphone"
4 PVER="4.2"
5 PBUILD="r3"
6
7 PCATEGORIE="net-im"
8 STATE="stable"
9
10 DESCRIPTION="kphone, a voice over internet phone."
11 HOMEPAGE="http://www.wirlab.net/kphone/"
12
13 DEPEND=">= kde-base/kdebase-3.4
14 >= media-libs/alsa-lib-1.0.8"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}"
18
19 SRC_URI=(
20 mirror://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${PNAME}-${PVER}-lib64.patch
22 )
23
24 # include global kde3 functions
25 sminclude kde3
26
27 src_prepare() {
28 munpack ${SRCFILE} || die
29 cd ${SRCDIR}
30
31 # search qt-libs in /usr/lib64
32 mpatch -Np1 ${PNAME}-${PVER}-lib64.patch || die
33 autoconf || die
34 }
35
36 src_compile() {
37 cd ${SRCDIR}
38
39 mconfigure \
40 --prefix=/usr \
41 --with-extra-libs=${KDEDIR}/$(mlibdir) \
42 --enable-alsa \
43 --disable-jack \
44 || die
45
46 mmake || die
47 }

Properties

Name Value
svn:keywords Id