rdfind new package linux-firmware
This commit is contained in:
@@ -380761,6 +380761,49 @@ yığın. Üç bölüm sağlar:</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>rdfind</Name>
|
||||
<Homepage>https://rdfind.pauldreik.se/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app</IsA>
|
||||
<PartOf>programming.misc</PartOf>
|
||||
<Summary xml:lang="en">Command line tool that finds duplicate files</Summary>
|
||||
<Summary xml:lang="tr">Command line tool that finds duplicate files</Summary>
|
||||
<Description xml:lang="en">Yinelenen dosyaları bulan komut satırı aracı</Description>
|
||||
<Description xml:lang="tr">Yinelenen dosyaları bulan komut satırı aracı</Description>
|
||||
<Icon>rdfind</Icon>
|
||||
<Archive type="targz" sha1sum="4838b26b1accd9761b9d0ed3e75cee4e25d9c177" name="rdfind-1.6.0.tar.gz">https://rdfind.pauldreik.se/rdfind-1.6.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>nettle-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/misc/rdfind/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>rdfind</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>nettle</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-11-22</Date>
|
||||
<Version>1.6.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>oniguruma</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
de5ee29a4bc822761d1c93e822d95047f4a25da4
|
||||
e415553624feb6f3fa169ca3bc8090ffdc8b3fa5
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
0dbd3ad7286fd44b85b0ef3d8715f9beea9a021d
|
||||
e248567109aadf3eddffbbd1e171eff620361d92
|
||||
@@ -0,0 +1,20 @@
|
||||
#!/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.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "LICENSE", "ChangeLog", "COPYING", "NEWS", "README*")
|
||||
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>rdfind</Name>
|
||||
<Homepage>https://rdfind.pauldreik.se/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Command line tool that finds duplicate files</Summary>
|
||||
<Icon>rdfind</Icon>
|
||||
<Description>Yinelenen dosyaları bulan komut satırı aracı</Description>
|
||||
<Archive sha1sum="4838b26b1accd9761b9d0ed3e75cee4e25d9c177" type="targz">https://rdfind.pauldreik.se/rdfind-1.6.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>nettle-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>rdfind.patch</Patch>
|
||||
<Patch level="1">rdfind.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>rdfind</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>nettle</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-11-22</Date>
|
||||
<Version>1.6.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>rdfind</Name>
|
||||
<Summary xml:lang="tr">Command line tool that finds duplicate files</Summary>
|
||||
<Description xml:lang="tr">Yinelenen dosyaları bulan komut satırı aracı</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user