add ccd2iso
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#!/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.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc('COPYING', 'ChangeLog', 'TODO', 'README', 'AUTHORS')
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ccd2iso</Name>
|
||||
<Homepage>http://sourceforge.net/projects/ccd2iso</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>CloneCD image files to ISO converter</Summary>
|
||||
<Description>ccd2iso converts CloneCD image files to ISO image files.</Description>
|
||||
<Archive sha1sum="cbefdc086adf45138d921a4a7c0ff012dd7c9ca7" type="targz">mirrors://sourceforge/ccd2iso/ccd2iso-0.3.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>ccd2iso</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc/ccd2iso</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-06-18</Date>
|
||||
<Version>0.3</Version>
|
||||
<Comment>Rebuild for gcc</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-01-20</Date>
|
||||
<Version>0.3</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2011-01-17</Date>
|
||||
<Version>0.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ccd2iso</Name>
|
||||
<Summary xml:lang="tr">CloneCD imaj dosyalarını ISO dosyalarına dönüştüren bir uygulama</Summary>
|
||||
<Description xml:lang="tr">CloneCD imaj dosyalarını ISO dosyalarına dönüştüren bir komut satırı uygulaması.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -103142,6 +103142,55 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>ccd2iso</Name>
|
||||
<Homepage>http://sourceforge.net/projects/ccd2iso</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>multimedia.converter</PartOf>
|
||||
<Summary xml:lang="en">CloneCD image files to ISO converter</Summary>
|
||||
<Summary xml:lang="tr">CloneCD imaj dosyalarını ISO dosyalarına dönüştüren bir uygulama</Summary>
|
||||
<Description xml:lang="en">ccd2iso converts CloneCD image files to ISO image files.</Description>
|
||||
<Description xml:lang="tr">CloneCD imaj dosyalarını ISO dosyalarına dönüştüren bir komut satırı uygulaması.</Description>
|
||||
<Archive type="targz" sha1sum="cbefdc086adf45138d921a4a7c0ff012dd7c9ca7">mirrors://sourceforge/ccd2iso/ccd2iso-0.3.tar.gz</Archive>
|
||||
<SourceURI>multimedia/converter/ccd2iso/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>ccd2iso</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc/ccd2iso</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-06-18</Date>
|
||||
<Version>0.3</Version>
|
||||
<Comment>Rebuild for gcc</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-01-20</Date>
|
||||
<Version>0.3</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2011-01-17</Date>
|
||||
<Version>0.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>vcdimager</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
b86b7a836cccfa584596c35f683c333371157ae8
|
||||
c759e8124560ff94a554de937be0d813209117fc
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
62819d0e790bbe85dbf5688c25515d78a1945061
|
||||
c9ed354cedf2855c80a00bdd4fda93295435241a
|
||||
Reference in New Issue
Block a user