pspec.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>mudur</Name>
  6. <Homepage>http://www.pisilinux.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Pisi Linux boot and initialization system</Summary>
  14. <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>
  15. <Archive sha1sum="8808b017cd09597bf32c3e81a1b602eca1afb7e0" type="targz">https://github.com/PisiLinuxNew/mudur/archive/v4.4.0.tar.gz</Archive>
  16. <Patches>
  17. <!--Patch>set_file_mode.patch</Patch>
  18. <Patch>no_err-no_msg.patch</Patch>
  19. <Patch>recreate_dir_if_new_uid_or_gid.patch</Patch>
  20. <Patch>boot_option.patch</Patch>
  21. <Patch level="1">mount_cgroupfs.patch</Patch-->
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>mudur</Name>
  26. <RuntimeDependencies>
  27. <Dependency versionFrom="2.0.3">kbd</Dependency>
  28. <Dependency>bash</Dependency>
  29. <Dependency>dbus</Dependency>
  30. <Dependency>kmod</Dependency>
  31. <Dependency>eudev</Dependency>
  32. <Dependency>comar</Dependency>
  33. <Dependency>procps</Dependency>
  34. <Dependency>python</Dependency>
  35. <Dependency>rsyslog</Dependency>
  36. <Dependency>sysvinit</Dependency>
  37. <Dependency>coreutils</Dependency>
  38. <Dependency>e2fsprogs</Dependency>
  39. <Dependency>net-tools</Dependency>
  40. <Dependency>baselayout</Dependency>
  41. <Dependency>util-linux</Dependency>
  42. <Dependency>wireless-tools</Dependency>
  43. <Dependency>pisilinux-python</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="config">/etc/conf.d</Path>
  47. <Path fileType="data">/etc/mudur/services</Path>
  48. <Path fileType="executable">/etc/init.d</Path>
  49. <Path fileType="executable">/sbin</Path>
  50. <Path fileType="executable">/bin</Path>
  51. <Path fileType="localedata">/usr/share/locale</Path>
  52. </Files>
  53. <Provides>
  54. <COMAR script="pakhandler.py">System.PackageHandler</COMAR>
  55. <COMAR script="netfs.py" name="netfs">System.Service</COMAR>
  56. <COMAR script="package.py">System.Package</COMAR>
  57. <COMAR script="system.py">System.Settings</COMAR>
  58. <COMAR script="disk.py">Disk.Manager</COMAR>
  59. </Provides>
  60. </Package>
  61. <History>
  62. <Update release="3">
  63. <Date>2017-02-05</Date>
  64. <Version>4.4.0</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>Ertuğrul Erata</Name>
  67. <Email>ertugrulerata@gmail.com</Email>
  68. </Update>
  69. <Update release="2">
  70. <Date>2016-04-27</Date>
  71. <Version>4.4.0</Version>
  72. <Comment>Release Bump</Comment>
  73. <Name>PisiLinux Community</Name>
  74. <Email>admin@pisilinux.org</Email>
  75. </Update>
  76. <Update release="1">
  77. <Date>2016-03-11</Date>
  78. <Version>4.4.0</Version>
  79. <Comment>First release</Comment>
  80. <Name>Alihan Öztürk</Name>
  81. <Email>alihan@pisilinux.org</Email>
  82. </Update>
  83. </History>
  84. </PISI>