diff --git a/hardware/disk/libisofs/actions.py b/hardware/disk/libisofs/actions.py
new file mode 100644
index 0000000000..e32bffc3bd
--- /dev/null
+++ b/hardware/disk/libisofs/actions.py
@@ -0,0 +1,25 @@
+#!/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
+
+def setup():
+ autotools.autoreconf("-vfi")
+ autotools.configure("--disable-static \
+ --disable-ldconfig-at-install \
+ --with-gnu-ld \
+ --disable-test")
+
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.install()
+ pisitools.dodoc("AUTHORS", "COPY*", "NEWS", "README")
+ pisitools.dodoc("doc/*")
+ pisitools.remove("/usr/share/doc/libisofs/doxygen.conf*")
diff --git a/hardware/disk/libisofs/pspec.xml b/hardware/disk/libisofs/pspec.xml
new file mode 100644
index 0000000000..d4ee4d3590
--- /dev/null
+++ b/hardware/disk/libisofs/pspec.xml
@@ -0,0 +1,67 @@
+
+
+
+
+ libisofs
+ http://libburnia-project.org
+ GPLv2
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ hardware.optical
+ library
+ A library for creating ISO disc images
+ libisofs is a library that handles creating ISO disc image files. It is intended to work together with libburn to write these images to discs
+ http://files.libburnia-project.org/releases/libisofs-1.4.2.tar.gz
+
+ acl-devel
+ zlib-devel
+
+
+
+ libisofs
+
+ acl
+ zlib
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ libisofs-devel
+ Development files for libisofs
+
+ libisofs
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/share/doc/libisofs/Tutorial
+ /usr/share/doc/libisofs/checksums.txt
+ /usr/share/doc/libisofs/susp_aaip_2_0.txt
+ /usr/share/doc/libisofs/susp_aaip_isofs_names.txt
+ /usr/share/doc/libisofs/zisofs_format.txt
+
+
+
+
+
+ 2016-01-26
+ 1.4.2
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2013-01-15
+ 1.2.6
+ First release
+ Ertan Güven
+ ertan@pisilinux.org
+
+
+
diff --git a/hardware/disk/libisofs/translations.xml b/hardware/disk/libisofs/translations.xml
new file mode 100644
index 0000000000..cd2aebfaed
--- /dev/null
+++ b/hardware/disk/libisofs/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ libisofs
+ ISO kalıbı oluşturmak için gerekli kitaplıklar
+ libisofs, ISO kalıbını oluşturmak için gerekli kitaplıkları içeren pakettir. Bu paket ayrıca Libburn'u kullanarak, ISO kalıplarını CD, DVD veya benzeri disklere yazdırmanıza olanağı sağlar.
+
+
+
+ libisofs-devel
+ libisofs için geliştirme dosyaları
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 690533c318..3fa689ad55 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -20777,6 +20777,73 @@
+
+
+ libisofs
+ http://libburnia-project.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ hardware.optical
+ A library for creating ISO disc images
+ ISO kalıbı oluşturmak için gerekli kitaplıklar
+ libisofs is a library that handles creating ISO disc image files. It is intended to work together with libburn to write these images to discs
+ libisofs, ISO kalıbını oluşturmak için gerekli kitaplıkları içeren pakettir. Bu paket ayrıca Libburn'u kullanarak, ISO kalıplarını CD, DVD veya benzeri disklere yazdırmanıza olanağı sağlar.
+ http://files.libburnia-project.org/releases/libisofs-1.4.2.tar.gz
+
+ acl-devel
+ zlib-devel
+
+ hardware/disk/libisofs/pspec.xml
+
+
+ libisofs
+
+ acl
+ zlib
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+ libisofs-devel
+ Development files for libisofs
+ libisofs için geliştirme dosyaları
+
+ libisofs
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/share/doc/libisofs/Tutorial
+ /usr/share/doc/libisofs/checksums.txt
+ /usr/share/doc/libisofs/susp_aaip_2_0.txt
+ /usr/share/doc/libisofs/susp_aaip_isofs_names.txt
+ /usr/share/doc/libisofs/zisofs_format.txt
+
+
+
+
+ 2016-01-26
+ 1.4.2
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2013-01-15
+ 1.2.6
+ First release
+ Ertan Güven
+ ertan@pisilinux.org
+
+
+
squashfs-tools
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 4974428fe7..d97de7ccb5 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-968e0debd51b2b11ce2470c7e9705ee61239b3ae
\ No newline at end of file
+88532f67ea1977097324a23e22d21f6492988c4c
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index f1c396f400..300206d24e 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index c60b39b209..973a2560b1 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-f2d96aaecb2d1d774750b34dad81a003bde62e63
\ No newline at end of file
+58d5c23f5008eefaa8be8a6e67120a81020f4e15
\ No newline at end of file