diff --git a/multimedia/sound/libmpcdec/actions.py b/multimedia/sound/libmpcdec/actions.py
new file mode 100644
index 0000000000..f79d0eca85
--- /dev/null
+++ b/multimedia/sound/libmpcdec/actions.py
@@ -0,0 +1,17 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+import os
+
+def setup():
+ autotools.configure("--disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.install()
diff --git a/multimedia/sound/libmpcdec/pspec.xml b/multimedia/sound/libmpcdec/pspec.xml
new file mode 100644
index 0000000000..3250cd4736
--- /dev/null
+++ b/multimedia/sound/libmpcdec/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ libmpcdec
+ http://www.musepack.net/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD
+ library
+ Portable Musepack decoder library
+ Musepack is an audio compression format with a strong emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much smaller MPC file. It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code.
+ http://files.musepack.net/source/libmpcdec-1.2.6.tar.bz2
+
+
+
+ libmpcdec
+
+ /usr/lib
+
+
+
+
+ libmpcdec-devel
+ Development files for libmpcdec
+
+ libmpcdec
+
+
+ /usr/include
+
+
+
+
+
+ 2014-05-20
+ 1.2.6
+ Rebuild
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2014-01-31
+ 1.2.6
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2010-10-12
+ 1.2.6
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/multimedia/sound/libmpcdec/translations.xml b/multimedia/sound/libmpcdec/translations.xml
new file mode 100644
index 0000000000..c24e8ff7d9
--- /dev/null
+++ b/multimedia/sound/libmpcdec/translations.xml
@@ -0,0 +1,14 @@
+
+
+
+ libmpcdec
+ Musepack SV7 kodlama kitaplığı
+ libmpcdec, taşınabilir bir Musepack kodlama kitaplığıdır.
+ Librairie de décodage portable Musepack.
+
+
+
+ libmpcdec-devel
+ libmpcdec için geliştirme dosyaları
+
+