Magellan Linux

Annotation of /trunk/extras/kdeaddons/kdeaddons-3.5.10-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3742 - (hide annotations) (download)
Mon Nov 2 00:09:26 2009 UTC (14 years, 7 months ago) by niro
File size: 659 byte(s)
auto added: ver bump to 3.5.10-r3
1 niro 3742 # $Id$
2    
3     PNAME="kdeaddons"
4     PVER="3.5.10"
5     PBUILD="r3"
6    
7     PCATEGORIE="kde-base"
8     STATE="unstable"
9    
10     DESCRIPTION="Additional plugins for some KDE applications."
11     HOMEPAGE="http://www.kde.org/"
12    
13     DEPEND=">= kde-base/kdepim-${PVER}
14     >= kde-base/kdemultimedia-${PVER}
15     >= kde-base/kdegames-${PVER}
16     >= kde-base/arts-${PVER/1/3}
17     >= media-libs/libsdl-1.2
18     >= dev-db/db-4.8"
19    
20     SRCFILE="${PNAME}-${PVER}.tar.bz2"
21     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22    
23     sminclude kde3
24    
25     SRC_URI=(
26     kde://${PVER}/src/${SRCFILE}
27     mirror://${PNAME}/${SRCFILE}
28     )
29    
30     src_compile()
31     {
32     cd ${SRCDIR}
33    
34     # drop xmms support
35     kde3_configure --with-sdl --disable-xmms --with-berkeley-db || die
36     mmake || die
37     }

Properties

Name Value
svn:keywords Id