add libisofs library for creating ISO disc images
This commit is contained in:
@@ -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*")
|
||||||
@@ -0,0 +1,67 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>libisofs</Name>
|
||||||
|
<Homepage>http://libburnia-project.org</Homepage>
|
||||||
|
<License>GPLv2</License>
|
||||||
|
<Packager>
|
||||||
|
<Name>Pisi Linux Admins</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<PartOf>hardware.optical</PartOf>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>A library for creating ISO disc images</Summary>
|
||||||
|
<Description>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</Description>
|
||||||
|
<Archive sha1sum="60e3dfef3c239019ff9ecefebb0114e4febc273c" type="targz">http://files.libburnia-project.org/releases/libisofs-1.4.2.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>acl-devel</Dependency>
|
||||||
|
<Dependency>zlib-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
<Package>
|
||||||
|
<Name>libisofs</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>acl</Dependency>
|
||||||
|
<Dependency>zlib</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libisofs-devel</Name>
|
||||||
|
<Summary>Development files for libisofs</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">libisofs</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/libisofs/Tutorial</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/libisofs/checksums.txt</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/libisofs/susp_aaip_2_0.txt</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/libisofs/susp_aaip_isofs_names.txt</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/libisofs/zisofs_format.txt</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2016-01-26</Date>
|
||||||
|
<Version>1.4.2</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2013-01-15</Date>
|
||||||
|
<Version>1.2.6</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Ertan Güven</Name>
|
||||||
|
<Email>ertan@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>libisofs</Name>
|
||||||
|
<Summary xml:lang="tr">ISO kalıbı oluşturmak için gerekli kitaplıklar</Summary>
|
||||||
|
<Description xml:lang="tr">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.</Description>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libisofs-devel</Name>
|
||||||
|
<Summary xml:lang="tr">libisofs için geliştirme dosyaları</Summary>
|
||||||
|
</Package>
|
||||||
|
</PISI>
|
||||||
@@ -20777,6 +20777,73 @@
|
|||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</SpecFile>
|
</SpecFile>
|
||||||
|
<SpecFile>
|
||||||
|
<Source>
|
||||||
|
<Name>libisofs</Name>
|
||||||
|
<Homepage>http://libburnia-project.org</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Pisi Linux Admins</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv2</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<PartOf>hardware.optical</PartOf>
|
||||||
|
<Summary xml:lang="en">A library for creating ISO disc images</Summary>
|
||||||
|
<Summary xml:lang="tr">ISO kalıbı oluşturmak için gerekli kitaplıklar</Summary>
|
||||||
|
<Description xml:lang="en">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</Description>
|
||||||
|
<Description xml:lang="tr">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.</Description>
|
||||||
|
<Archive type="targz" sha1sum="60e3dfef3c239019ff9ecefebb0114e4febc273c">http://files.libburnia-project.org/releases/libisofs-1.4.2.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>acl-devel</Dependency>
|
||||||
|
<Dependency>zlib-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<SourceURI>hardware/disk/libisofs/pspec.xml</SourceURI>
|
||||||
|
</Source>
|
||||||
|
<Package>
|
||||||
|
<Name>libisofs</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>acl</Dependency>
|
||||||
|
<Dependency>zlib</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
<Package>
|
||||||
|
<Name>libisofs-devel</Name>
|
||||||
|
<Summary xml:lang="en">Development files for libisofs</Summary>
|
||||||
|
<Summary xml:lang="tr">libisofs için geliştirme dosyaları</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="2">libisofs</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/libisofs/Tutorial</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/libisofs/checksums.txt</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/libisofs/susp_aaip_2_0.txt</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/libisofs/susp_aaip_isofs_names.txt</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/libisofs/zisofs_format.txt</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2016-01-26</Date>
|
||||||
|
<Version>1.4.2</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2013-01-15</Date>
|
||||||
|
<Version>1.2.6</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Ertan Güven</Name>
|
||||||
|
<Email>ertan@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</SpecFile>
|
||||||
<SpecFile>
|
<SpecFile>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>squashfs-tools</Name>
|
<Name>squashfs-tools</Name>
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
968e0debd51b2b11ce2470c7e9705ee61239b3ae
|
88532f67ea1977097324a23e22d21f6492988c4c
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
f2d96aaecb2d1d774750b34dad81a003bde62e63
|
58d5c23f5008eefaa8be8a6e67120a81020f4e15
|
||||||
Reference in New Issue
Block a user