1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>e2fsprogs</Name>
- <Homepage>http://e2fsprogs.sourceforge.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>Standard ext2/3/4 filesystem utilities</Summary>
- <Description>e2fsprogs provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3/4 filesystem with journaling support.</Description>
- <Archive sha1sum="dcf98fcb96f8a57c7083d54caee6af050f0025cf" type="targz">mirrors://sourceforge/e2fsprogs/e2fsprogs-1.43.5.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libutil-linux-devel</Dependency>
- <!-- The first release shipped within util-linux -->
- <Dependency>gettext</Dependency>
- <Dependency>util-linux</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">ntfs-3g.patch</Patch>
- <!-- strip references to workDir() from /usr/bin/mk_cmds and /usr/bin/compile_et -->
- <!--<Patch level="1">e2fsprogs-1.41.8-strip-me.patch</Patch>-->
- </Patches>
- </Source>
- <Package>
- <Name>e2fsprogs</Name>
- <RuntimeDependencies>
- <Dependency>libutil-linux</Dependency>
- <!-- The first release shipped within util-linux -->
- <!--<Dependency>libuuid</Dependency>-->
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="executable">/bin</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/lib</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="executable">/sbin</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="data">/usr/share/et</Path>
- <Path fileType="data">/usr/share/ss</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="info">/usr/share/info</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>e2fsprogs-devel</Name>
- <PartOf>system.devel</PartOf>
- <Summary>Development files for e2fsprogs</Summary>
- <RuntimeDependencies>
- <Dependency release="current">e2fsprogs</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2017-12-03</Date>
- <Version>1.43.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-03-26</Date>
- <Version>1.43.3</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>1.42.13</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-19</Date>
- <Version>1.42.13</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|