From 40f1029e45fdd1c4217cc5dfadc6ae844cd1863e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkan=20I=C5=9EIK?= Date: Mon, 27 Apr 2020 21:06:02 +0300 Subject: [PATCH] add xorriso --- util/archive/xorriso/actions.py | 20 +++++++ util/archive/xorriso/pspec.xml | 82 +++++++++++++++++++++++++++ util/archive/xorriso/translations.xml | 8 +++ 3 files changed, 110 insertions(+) create mode 100644 util/archive/xorriso/actions.py create mode 100644 util/archive/xorriso/pspec.xml create mode 100644 util/archive/xorriso/translations.xml diff --git a/util/archive/xorriso/actions.py b/util/archive/xorriso/actions.py new file mode 100644 index 0000000000..5debcf73f6 --- /dev/null +++ b/util/archive/xorriso/actions.py @@ -0,0 +1,20 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "CONTRIBUTORS", "COPYING", "COPYRIGHT", "README") diff --git a/util/archive/xorriso/pspec.xml b/util/archive/xorriso/pspec.xml new file mode 100644 index 0000000000..4586f56a78 --- /dev/null +++ b/util/archive/xorriso/pspec.xml @@ -0,0 +1,82 @@ + + + + + xorriso + https://www.gnu.org/software/xorriso/ + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + GPLv3 + xorriso + app:console + ISO 9660 image manipulation tool + xorriso is a program which maps file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. It can load the management information of existing ISO images and it writes the session results to optical media or to filesystem objects. Vice versa xorriso is able to restore file objects from ISO 9660 filesystems. + http://www.gnu.org/software/xorriso/xorriso-1.5.2.tar.gz + + acl-devel + attr-devel + zlib-devel + libedit-devel + readline-devel + + + + + xorriso + + acl + attr + zlib + bzip2 + libedit + readline + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/info + /usr/share/doc + + + + + + 2020-04-27 + 1.5.2 + Version bump + Erkan IŞIK + erkanisik@pisilinux.org + + + 2016-04-04 + 1.4.2 + Version bump, built with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2015-01-25 + 1.3.8 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-11-21 + 1.3.2 + Update + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-01-11 + 1.2.6 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + diff --git a/util/archive/xorriso/translations.xml b/util/archive/xorriso/translations.xml new file mode 100644 index 0000000000..37094e62d2 --- /dev/null +++ b/util/archive/xorriso/translations.xml @@ -0,0 +1,8 @@ + + + + xorriso + ISO 9660 imaj manipülasyon aracı + xorriso, POSIX uyumlu dosya sistemlerini Rock Ridge tarafından geliştirilmişs ISO 9660 dosya sistemlerine haritalar ve oturum boyunca bu tür dosya sistemlerinin manipüle edilmesine/değiştirilmesine izin verir. xorriso ISO 9660 dosya sistemlerinden dosya nesnelerini geri yükleyebilir eski haline getirebilir. + +