Files
core/system/base/mudur/pspec.xml
T
2015-05-31 21:15:55 +03:00

74 lines
3.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mudur</Name>
<Homepage>http://www.pisilinux.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Pisi Linux boot and initialization system</Summary>
<Description>mudur handles mounting of the filesystems, loading of the device drivers, starting of the system services, and other jobs during the Pisi Linux boot and shutdown sequences.</Description>
<Archive sha1sum="42c9163b5fe3d9682caa20f639fbec1d0be784cd" type="tarxz">http://source.pisilinux.org/1.0/mudur-4.4.0.tar.xz</Archive>
<Patches>
<Patch>set_file_mode.patch</Patch>
<Patch>no_err-no_msg.patch</Patch>
<Patch>recreate_dir_if_new_uid_or_gid.patch</Patch>
<Patch>boot_option.patch</Patch>
<Patch level="1">mount_cgroupfs.patch</Patch>
</Patches>
</Source>
<Package>
<Name>mudur</Name>
<RuntimeDependencies>
<Dependency release="7">kbd</Dependency>
<Dependency>bash</Dependency>
<Dependency>dbus</Dependency>
<Dependency>kmod</Dependency>
<Dependency>eudev</Dependency>
<Dependency>comar</Dependency>
<Dependency>procps</Dependency>
<Dependency>python</Dependency>
<Dependency>rsyslog</Dependency>
<Dependency>sysvinit</Dependency>
<Dependency>coreutils</Dependency>
<Dependency>e2fsprogs</Dependency>
<Dependency>net-tools</Dependency>
<Dependency>baselayout</Dependency>
<Dependency>util-linux</Dependency>
<Dependency>wireless-tools</Dependency>
<Dependency>pisilinux-python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/conf.d</Path>
<Path fileType="data">/etc/mudur/services</Path>
<Path fileType="executable">/etc/init.d</Path>
<Path fileType="executable">/sbin</Path>
<Path fileType="executable">/bin</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
<Provides>
<COMAR script="pakhandler.py">System.PackageHandler</COMAR>
<COMAR script="netfs.py" name="netfs">System.Service</COMAR>
<COMAR script="package.py">System.Package</COMAR>
<COMAR script="system.py">System.Settings</COMAR>
<COMAR script="disk.py">Disk.Manager</COMAR>
</Provides>
</Package>
<History>
<Update release="1">
<Date>2015-05-13</Date>
<Version>4.4.0</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>