123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?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="8808b017cd09597bf32c3e81a1b602eca1afb7e0" type="targz">https://github.com/PisiLinuxNew/mudur/archive/v4.4.0.tar.gz</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 versionFrom="2.0.3">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="3">
- <Date>2017-02-05</Date>
- <Version>4.4.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>4.4.0</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-11</Date>
- <Version>4.4.0</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|