Files
main/hardware/disk/udftools/pspec.xml
T
Erkan IŞIK 7b12e59ddb add udftools
2019-11-02 20:28:25 +03:00

54 lines
1.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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="4559ca48ba7a6aea20a2fd7e134960124dfa4bf1" type="targz">https://github.com/pali/udftools/releases/download/2.1/udftools-2.1.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="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>