Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1691 - (hide annotations) (download)
Wed May 13 19:17:51 2009 UTC (15 years ago) by niro
File size: 659 byte(s)
auto added: ver bump to 3.5.10-r2
1 niro 1691 # $Id$
2    
3     PNAME="kdeaddons"
4     PVER="3.5.10"
5     PBUILD="r2"
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.7"
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