1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>udftools</Name>
- <Homepage>https://github.com/pali/udftools</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>app:console</IsA>
- <Summary>Linux UDF Filesystem userspace utilities</Summary>
- <Description>UDF dosya sistemleri ve DVD / CD-R (W) sürücüleri için Linux araçları</Description>
- <Archive sha1sum="3eb111de212be510f0bad8d81b8c2a02c339e5b3" type="targz">https://github.com/pali/udftools/releases/download/2.3/udftools-2.3.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>eudev-devel</Dependency>
- <Dependency>readline-devel</Dependency>
- <Dependency>ncurses-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>udftools.patch</Patch>
- <Patch level="1">udftools.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>udftools</Name>
- <RuntimeDependencies>
- <Dependency>readline</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="data">/lib/udev</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="3">
- <Date>2022-06-06</Date>
- <Version>2.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2020-02-01</Date>
- <Version>2.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2019-11-02</Date>
- <Version>2.1</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|