kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

commit 9b94a6e57e1421ec1ac0681ffeb41007ab7245b6
parent b4131814f171028cdde51a59c44e42a30c671cce
Author: aabacchus <ben@bvnf.space>
Date:   Wed, 22 Sep 2021 01:25:24 +0100

loudmouth: 1.5.4

Diffstat:
Aloudmouth/build | 9+++++++++
Aloudmouth/checksums | 1+
Aloudmouth/depends | 3+++
Aloudmouth/manifest | 31+++++++++++++++++++++++++++++++
Aloudmouth/sources | 1+
Aloudmouth/version | 1+
6 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/loudmouth/build b/loudmouth/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +CFLAGS="$CFLAGS -w" + +./configure \ + --prefix=/usr \ + --with-ssl=openssl + +make DESTDIR="$1" install diff --git a/loudmouth/checksums b/loudmouth/checksums @@ -0,0 +1 @@ +31cbc91c1fddcc5346b3373b8fb45594e9ea9cc7fe36d0595e8912c47ad94d0d diff --git a/loudmouth/depends b/loudmouth/depends @@ -0,0 +1,3 @@ +glib +m4 make +openssl diff --git a/loudmouth/manifest b/loudmouth/manifest @@ -0,0 +1,31 @@ +/var/db/kiss/installed/loudmouth/version +/var/db/kiss/installed/loudmouth/sources +/var/db/kiss/installed/loudmouth/manifest +/var/db/kiss/installed/loudmouth/depends +/var/db/kiss/installed/loudmouth/checksums +/var/db/kiss/installed/loudmouth/build +/var/db/kiss/installed/loudmouth/ +/var/db/kiss/installed/ +/var/db/kiss/ +/var/db/ +/var/ +/usr/lib/pkgconfig/loudmouth-1.0.pc +/usr/lib/pkgconfig/ +/usr/lib/libloudmouth-1.so.0.1.0 +/usr/lib/libloudmouth-1.so.0 +/usr/lib/libloudmouth-1.so +/usr/lib/libloudmouth-1.a +/usr/lib/ +/usr/include/loudmouth-1.0/loudmouth/loudmouth.h +/usr/include/loudmouth-1.0/loudmouth/lm-utils.h +/usr/include/loudmouth-1.0/loudmouth/lm-ssl.h +/usr/include/loudmouth-1.0/loudmouth/lm-proxy.h +/usr/include/loudmouth-1.0/loudmouth/lm-message.h +/usr/include/loudmouth-1.0/loudmouth/lm-message-node.h +/usr/include/loudmouth-1.0/loudmouth/lm-message-handler.h +/usr/include/loudmouth-1.0/loudmouth/lm-error.h +/usr/include/loudmouth-1.0/loudmouth/lm-connection.h +/usr/include/loudmouth-1.0/loudmouth/ +/usr/include/loudmouth-1.0/ +/usr/include/ +/usr/ diff --git a/loudmouth/sources b/loudmouth/sources @@ -0,0 +1 @@ +https://mcabber.com/files/loudmouth/loudmouth-1.5.4.tar.bz2 diff --git a/loudmouth/version b/loudmouth/version @@ -0,0 +1 @@ +1.5.4 1