summaryrefslogtreecommitdiffstats
path: root/kde/phonon-backend-xine/Pkgfile
blob: 22fdfb144b1b4d3db5cd04e23db8aebb9977f4f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: phonon-backend-xine Plugin audio pour KDE
# URL: http://phonon.kde.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: phonon, automoc4
# Run on: phonon

name=phonon-backend-xine
version=4.4.4
release=1

source=(ftp://ftp.kde.org/pub/kde/stable/phonon/$name/4.4.4/src//$name-$version.tar.bz2 )

build() {

mkdir build
cd build
cmake ../${name}-* \
	-DCMAKE_BUILD_TYPE=Release \
	-DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install
}