summaryrefslogtreecommitdiffstats
path: root/kde/phonon-backend-xine/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/phonon-backend-xine/Pkgfile')
-rw-r--r--kde/phonon-backend-xine/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde/phonon-backend-xine/Pkgfile b/kde/phonon-backend-xine/Pkgfile
new file mode 100644
index 000000000..bccac3e3a
--- /dev/null
+++ b/kde/phonon-backend-xine/Pkgfile
@@ -0,0 +1,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: xine-lib, phonon
+# Run on: xine-lib, 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
+}