123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>ntfs-3g</Name>
- <Homepage>http://www.tuxera.com/community/ntfs-3g-download</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2+</License>
- <License>LGPLv2+</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>Userspace driver for NTFS read/write support</Summary>
- <Description>ntfs-3g allows regular users read/write access to NTFS filesystems.</Description>
- <Archive sha1sum="160a836274c38d92e5c3a55256f404c8dd8f3cc1" type="targz">https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz</Archive>
- <BuildDependencies>
- <Dependency>fuse-devel</Dependency>
- <Dependency>libutil-linux-devel</Dependency>
- </BuildDependencies>
- <!--Patches>
- <Patch level="1">ntfsprogs_destdir.patch</Patch>
- </Patches-->
- </Source>
- <Package>
- <Name>ntfs-3g</Name>
- <RuntimeDependencies>
- <Dependency>fuse</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/bin</Path>
- <Path fileType="executable">/sbin</Path>
- <Path fileType="library">/lib</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/hal/fdi</Path>
- <Path fileType="doc">/usr/share/doc/ntfs-3g</Path>
- <Path fileType="man">/usr/share/man/man8/mount*</Path>
- <Path fileType="man">/usr/share/man/man8/ntfs-3g*</Path>
- </Files>
- <!--AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/usr/share/hal/fdi/policy/10osvendor/25-ntfs-3g-policy.fdi">25-ntfs-3g-policy.fdi</AdditionalFile>
- </AdditionalFiles-->
- </Package>
- <Package>
- <Name>ntfsprogs</Name>
- <PartOf>hardware.disk</PartOf>
- <Summary>Userspace tools for NTFS filesystems</Summary>
- <Description>Userspace tools for NTFS filesystems. The goals of the Linux-NTFS project are to develop reliable and full-featured access to NTFS by the Linux kernel driver and to provide a wide collection of NTFS utilities.</Description>
- <RuntimeDependencies>
- <Dependency version="current">ntfs-3g</Dependency>
- <Dependency>fuse</Dependency>
- <Dependency>libutil-linux</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/sbin/mkfs.ntfs</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="doc">/usr/share/doc/ntfsprogs</Path>
- <Path fileType="man">/usr/share/man/man8</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2017-09-20</Date>
- <Version>2017.3.23</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-09-20</Date>
- <Version>2016.2.22</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2016-06-27</Date>
- <Version>2016.2.22</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>2015.3.14</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-01-30</Date>
- <Version>2015.3.14</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|