add udftools

This commit is contained in:
Erkan IŞIK
2019-11-02 20:28:25 +03:00
parent 1ea7bde5e8
commit 7b12e59ddb
7 changed files with 204263 additions and 204134 deletions
+53
View File
@@ -0,0 +1,53 @@
<?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>