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
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-fi")
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+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>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>udftools</Name>
<Summary xml:lang="tr">Linux UDF Filesystem userspace utilities</Summary>
<Description xml:lang="tr">UDF dosya sistemleri ve DVD / CD-R (W) sürücüleri için Linux araçları</Description>
</Source>
</PISI>
+204179 -204132
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
0f7c7069efa56f315ab72bd4a36e65606b3770ec
00b25b3d7ea04c2feb3de2096bb8ce50fae61ce6
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
d34c49f5a4ed0f93daf7386596747a44505e97b9
cf0e4cea3f19bfaf22e8ba85c55627b0c9909df6