summaryrefslogtreecommitdiffstats
path: root/kde3/kdemultimedia3/Pkgfile
blob: db859113dc139a9dab9537e9fc93e98671e100db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Description: Applications contenant Jukebox, un mélangeur pour carte de son, une lecteur karaoké et midi, et un enrégistreur  utilisant le code aRts pour KDE
# URL: http://kde.org 
# Maintainer: NutyX coreteam
# Packager: thierryn1 at hispeed dot ch
# Depends on: kdebase3, akode, taglib, gstreamer, lame

name=kdemultimedia3
version=3.5.10
release=2
source=( http://download.kde.org/stable/$version/src/kdemultimedia-$version.tar.bz2)


build() {
	cd kdemultimedia-$version
	sed -i -e 's/applications-merged/kde-applications-merged/g' kappfinder-data/Makefile.{am,in}
#	make -f admin/Makefile.common
	./configure --prefix=/opt/kde \
		--sysconfdir=/etc/kde3 \
		--with-alsa \
		--with-lame \
		--with-speex \
		--with-vorbis \
		--disable-debug \
                --disable-dependency-tracking \
		--enable-final
	make 
        make DESTDIR=$PKG install
	rm -r $PKG/opt/kde/share/doc
}