add cdrdao and simpleburn
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#!/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 pisitools
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DBURNING=LIBBURNIA ")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
#pisitools.dodoc("AUTHORS", "ChangeLog", "INSTALL", "LICENSE", "TODO")
|
||||
|
||||
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>simpleburn</Name>
|
||||
<Homepage>http://simpleburn.tuxfamily.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Cecill-2 license</License>
|
||||
<Icon>simpleburn</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A simple GTK+ application for burning CDs and DVDs</Summary>
|
||||
<Description>SimpleBurn is a minimalistic application for burning and extracting CDs and DVDs. It basically is a Cdrtools frontend and is designed in two parts: the GUI (GTK) and a BASH script that handle the requested actions.</Description>
|
||||
<Archive sha1sum="d67191a92b90bfffe52b539d78901d7ea33df262" type="tarbz2">https://sourceforge.net/projects/pisilinux/files/source/simpleburn-1.6.5.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>cdparanoia-devel</Dependency>
|
||||
<Dependency>mpg123-devel</Dependency>
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>libisoburn-devel</Dependency>
|
||||
<Dependency>libburn-devel</Dependency>
|
||||
<Dependency>libisofs-devel</Dependency>
|
||||
<Dependency>libcdio-devel</Dependency>
|
||||
<Dependency>cdrkit</Dependency>
|
||||
<Dependency>util-linux</Dependency>
|
||||
<Dependency>libutil-linux-devel</Dependency>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>simpleburn</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<!--Optional Dependencies-->
|
||||
<Dependency>lame</Dependency>
|
||||
<Dependency>cdparanoia</Dependency>
|
||||
<Dependency>libisoburn</Dependency>
|
||||
<Dependency>cdrdao</Dependency>
|
||||
<Dependency>libcdio</Dependency>
|
||||
<Dependency>mpg123</Dependency>
|
||||
<Dependency>vorbis-tools</Dependency>
|
||||
<Dependency>cdrkit</Dependency>
|
||||
<Dependency>libcdio</Dependency>
|
||||
<!--Optional Dependencies-->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="locale">/usr/share/locale</Path>
|
||||
<Path fileType="data">/usr/share/simpleburn</Path>
|
||||
<Path fileType="application">/usr/share/applications</Path>
|
||||
<Path fileType="doc">/usr/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-19</Date>
|
||||
<Version>1.6.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user