@@ -27,5 +27,6 @@
|
||||
<!--no longer avilable, replaced qt5-quickcontrols2-->
|
||||
<Package>qt5-quick1</Package>
|
||||
<Package>qt5-quick1-devel</Package>
|
||||
<Package>xorriso</Package>
|
||||
</Obsoletes>
|
||||
</PISI>
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-03-25</Date>
|
||||
<Date>2017-03-2</Date>
|
||||
<Version>1.4.6</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
@@ -76,4 +76,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
+7804
-7850
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
d11136920d410b78a77590fcb1d41b912173db64
|
||||
dc1e4013d1ceeda49957db63c2157097f80d3190
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
6613e3f9a6205b0009ced33c0f2b032793fff057
|
||||
197187c6baa7c1b0c44d92fd03f6fccddf277e18
|
||||
@@ -1,20 +0,0 @@
|
||||
#!/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", "COPYING", "README")
|
||||
@@ -1,49 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>xorriso</Name>
|
||||
<Homepage>http://www.gnu.org/software/xorriso/</Homepage>
|
||||
<Packager>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<Icon>xorriso</Icon>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>ISO 9660 image manipulation tool</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="bb8a2d9587784495818e374a56cc5318a4e8580b" type="targz">http://www.gnu.org/software/xorriso/xorriso-1.4.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>attr-devel</Dependency>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>xorriso</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>acl</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-03-25</Date>
|
||||
<Version>1.4.6</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user