ibbsd ver. bump, libmd new package

This commit is contained in:
Rmys
2022-12-04 17:23:39 +03:00
parent f0151eb4d9
commit 0580457298
8 changed files with 685 additions and 87 deletions
+16 -1
View File
@@ -13,11 +13,17 @@
<IsA>library</IsA>
<Summary>Provides useful functions commonly found on BSD systems</Summary>
<Description>This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.</Description>
<Archive sha1sum="9cb8f0b717da13c8aa13b9f3f5f8105ee6e5ccb5" type="tarxz">https://libbsd.freedesktop.org/releases/libbsd-0.10.0.tar.xz</Archive>
<Archive sha1sum="e5f5fffcc2094661a105074c1538f1e434990490" type="tarxz">https://libbsd.freedesktop.org/releases/libbsd-0.11.7.tar.xz</Archive>
<BuildDependencies>
<Dependency>libmd-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libbsd</Name>
<RuntimeDependencies>
<Dependency>libmd</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
@@ -30,11 +36,13 @@
<Summary>32-bit shared libraries for libbsd</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>libmd-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="current">libbsd</Dependency>
</RuntimeDependencies>
<Files>
<Dependency>libmd-32bit</Dependency>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
@@ -55,6 +63,13 @@
</Package>
<History>
<Update release="9">
<Date>2022-12-04</Date>
<Version>0.11.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2022-11-22</Date>
<Version>0.10.0</Version>
+20
View File
@@ -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(" --enable-static=no")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ChangeLog", "COPYING", "README*")
+71
View File
@@ -0,0 +1,71 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libmd</Name>
<Homepage>https://www.hadrons.org/software/libmd/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Message Digest functions from BSD systems</Summary>
<Icon>libmd</Icon>
<Description>Message Digest functions from BSD systems</Description>
<Archive sha1sum="c412a6cb3792e00927127b85cb99b46f493eecce" type="tarxz">https://libbsd.freedesktop.org/releases/libmd-1.0.4.tar.xz</Archive>
<!--
<Patches>
<Patch>libmd.patch</Patch>
<Patch level="1">libmd.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libmd</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libmd-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for libmd</Summary>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
<Dependency release="current">libmd</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<Package>
<Name>libmd-devel</Name>
<Summary>Development files for libmd</Summary>
<RuntimeDependencies>
<Dependency release="current">libmd</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="library">/usr/lib32/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-12-04</Date>
<Version>1.0.4</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>libmd</Name>
<Summary xml:lang="tr">Message Digest functions from BSD systems</Summary>
<Description xml:lang="tr">Message Digest functions from BSD systems</Description>
</Source>
</PISI>