new packages: meson-python, patchelf
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>patchelf</Name>
|
||||
<Homepage>https://pypi.org/project/patchelf/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPL3</License>
|
||||
<Icon>patchelf</Icon>
|
||||
<Summary>Small utility to modify the dynamic linker and RPATH of ELF executables</Summary>
|
||||
<Description>A small utility to modify the dynamic linker and RPATH of ELF executables</Description>
|
||||
<Archive type="targz" sha1sum="ff057bc89ddefcd196a0b6e0fffbb0e30457a691">https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gcc</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>patchelf</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/zsh/site-functions/_patchelf</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-02-25</Date>
|
||||
<Version>0.18.0</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user