diff --git a/multimedia/sound/liboggz/actions.py b/multimedia/sound/liboggz/actions.py
new file mode 100644
index 0000000000..1cfe70e735
--- /dev/null
+++ b/multimedia/sound/liboggz/actions.py
@@ -0,0 +1,24 @@
+#!/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 pisitools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import get
+
+
+def setup():
+ # suppress compiler warnings
+ pisitools.cflags.add("-Wno-int-to-pointer-cast -Wno-cast-function-type -Wno-pointer-to-int-cast")
+ autotools.configure("--enable-static=no")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
+ pisitools.insinto("/usr/share/bash-completion/completions/","bash-completion/oggz")
\ No newline at end of file
diff --git a/multimedia/sound/liboggz/pspec.xml b/multimedia/sound/liboggz/pspec.xml
new file mode 100644
index 0000000000..cbb75ce18a
--- /dev/null
+++ b/multimedia/sound/liboggz/pspec.xml
@@ -0,0 +1,60 @@
+
+
+
+
+ liboggz
+ https://www.xiph.org/oggz/
+
+ Blue DeviL
+ bluedevil@sctzine.com
+
+ multimedia.sound
+ BSD
+ app::console
+ library
+ A simple programming interface for reading and writing Ogg files and streams.
+ liboggz is a C library for reading and writing Ogg files and streams. It offers various improvements over the reference libogg, including support for seeking, validation and timestamp interpretation.
+ http://downloads.xiph.org/releases/liboggz/liboggz-1.1.1.tar.gz
+
+ libogg-devel
+
+
+
+
+ liboggz
+ A simple programming interface for reading and writing Ogg files and streams.
+
+ libogg
+
+
+ /usr/bin
+ /usr/share/doc
+ /usr/share/man
+ /usr/lib
+ /usr/share
+
+
+
+
+ liboggz-devel
+ Development files for libfishsound
+
+ liboggz
+ libogg-devel
+
+
+ /usr/lib/pkgconfig
+ /usr/include
+
+
+
+
+
+ 2020-01-02
+ 1.1.1
+ First pisi release
+ Blue DeviL
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/multimedia/sound/liboggz/translations.xml b/multimedia/sound/liboggz/translations.xml
new file mode 100644
index 0000000000..9c459a31da
--- /dev/null
+++ b/multimedia/sound/liboggz/translations.xml
@@ -0,0 +1,15 @@
+
+
+
+ liboggz
+ Oggz dosya biçimi kütüphanesi
+ liboggz, Oggz biçimli dosyalara erişmek için kullanılan bir kütüphanedir. Hem Oggz biçimli dosya oluşturmak için hem de Oggz dosyalarından paket ayıklamak için kullanılabilir.
+ La librairie pour fichiers au format média Oggz.
+
+
+
+ liboggz-devel
+ liboggz için geliştirme dosyaları
+ liboggz-devel, liboggz için geliştirme dosyaları içerir
+
+
\ No newline at end of file