summaryrefslogtreecommitdiffstats
path: root/kde/phonon/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/phonon/Pkgfile')
-rw-r--r--kde/phonon/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/kde/phonon/Pkgfile b/kde/phonon/Pkgfile
new file mode 100644
index 000000000..00b90ebef
--- /dev/null
+++ b/kde/phonon/Pkgfile
@@ -0,0 +1,20 @@
+# Description: phonon Plugin audio pour KDE
+# URL: http://phonon.kde.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: qt, xine-lib
+name=phonon
+version=4.3.95
+release=1
+_name=phonon
+source=(http://kiao.no-ip.info/NuTyX/files/${name}-$version.tar.gz)
+build() {
+
+mkdir build
+cd build
+cmake ../${_name}-${version} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX
+make
+make DESTDIR=$PKG install
+}