summaryrefslogtreecommitdiffstats
path: root/kde/phonon/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-27 20:13:20 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-27 20:13:20 +0100
commitd2462c52e8aec844f6b4a416a66834ccd617cf98 (patch)
treea2919976b7a59cc6291d9bb252d522b2bd4f46da /kde/phonon/Pkgfile
parent1b9c0caf3505a3eb65a533dd990f145a70e99e0e (diff)
parentf79f679db4819c673358e80b3829c5274bb89abd (diff)
downloadnutyx-pakxe-d2462c52e8aec844f6b4a416a66834ccd617cf98.tar.gz
nutyx-pakxe-d2462c52e8aec844f6b4a416a66834ccd617cf98.tar.bz2
nutyx-pakxe-d2462c52e8aec844f6b4a416a66834ccd617cf98.tar.xz
nutyx-pakxe-d2462c52e8aec844f6b4a416a66834ccd617cf98.zip
Merge remote branch 'lesibel/master'
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
+}