diff --git a/multimedia/sound/audiofile/actions.py b/multimedia/sound/audiofile/actions.py
new file mode 100644
index 0000000000..02b3b49d92
--- /dev/null
+++ b/multimedia/sound/audiofile/actions.py
@@ -0,0 +1,29 @@
+#!/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
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ # Don't build examples
+ pisitools.dosed("Makefile.am", "^(SRC_SUBDIRS.*?) examples", r"\1")
+
+ autotools.autoreconf("-vfi")
+ autotools.configure("--disable-static \
+ --disable-werror \
+ --enable-largefile")
+
+def build():
+ autotools.make()
+
+def check():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "README", "TODO", "NEWS")
diff --git a/multimedia/sound/audiofile/pspec.xml b/multimedia/sound/audiofile/pspec.xml
new file mode 100644
index 0000000000..767ca9c4d6
--- /dev/null
+++ b/multimedia/sound/audiofile/pspec.xml
@@ -0,0 +1,84 @@
+
+
+
+
+ audiofile
+ http://www.68k.org/~michael/audiofile/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:console
+ library
+ An elegant API for accessing audio files
+ audiofile provides a uniform and elegant API for accessing a variety of audio file formats, such as AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual Research, Amiga IFF/8SVX, and NIST SPHERE.
+ http://audiofile.68k.org/audiofile-0.3.6.tar.gz
+
+
+
+ audiofile
+
+ flac
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+ audiofile-devel
+ Development files for audiofile
+
+ audiofile
+
+
+ /usr/bin/audiofile-config
+ /usr/include
+ /usr/share/aclocal
+ /usr/lib/pkgconfig
+ /usr/lib32/pkgconfig
+
+
+
+
+ audiofile-32bit
+ emul32
+ 32-bit shared libraries for audiofile
+ emul32
+
+ flac-32bit
+ audiofile
+
+
+ /usr/lib32
+
+
+
+
+
+ 2014-05-20
+ 0.3.4
+ Rebuild
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2014-01-18
+ 0.3.4
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2012-01-14
+ 0.3.4
+ First release
+ Idris Kalp
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/multimedia/sound/audiofile/translations.xml b/multimedia/sound/audiofile/translations.xml
new file mode 100644
index 0000000000..a24d5a777c
--- /dev/null
+++ b/multimedia/sound/audiofile/translations.xml
@@ -0,0 +1,18 @@
+
+
+
+ audiofile
+ Ses dosyalarına erişim için zarif bir UPA
+ audiofile; AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual Research, Amiga IFF/8SVX ve NIST SPHERE gibi çeşitli ses dosyası biçimlerine erişim için düzenli ve gelişmiş bir uygulama programlama arayüzü sağlar.
+
+
+
+ audiofile-devel
+ audiofile için geliştirme dosyaları
+
+
+
+ audiofile-32bit
+ audiofile için 32-bit paylaşımlı kitaplıklar
+
+