summaryrefslogtreecommitdiffstats
path: root/kde/phonon/Pkgfile
diff options
context:
space:
mode:
authorsibel sibel <lesibel@free.fr>2010-01-27 14:30:52 +0100
committersibel sibel <lesibel@free.fr>2010-01-27 14:30:52 +0100
commitd3c350f5a466a517419312fbd8f0130625b9d5fb (patch)
treebd718f21e7c1c229a927f0a6b34a95ab4a5ff7c0 /kde/phonon/Pkgfile
parent946f6cc84c246e6ff91ca7b8622cfd37fbf97270 (diff)
downloadnutyx-extra-d3c350f5a466a517419312fbd8f0130625b9d5fb.tar.gz
nutyx-extra-d3c350f5a466a517419312fbd8f0130625b9d5fb.tar.bz2
nutyx-extra-d3c350f5a466a517419312fbd8f0130625b9d5fb.tar.xz
nutyx-extra-d3c350f5a466a517419312fbd8f0130625b9d5fb.zip
Ajout de phonon#4.3.95-1
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
+}