kiss-repo

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

commit adb245c17be70b2dd300687570da867d2cdf1d50
parent 01758770fbd4fa1a150019f0ac01e1145b223f65
Author: aabacchus <ben@bvnf.space>
Date:   Wed,  6 Apr 2022 00:16:45 +0100

stfl: drop

Diffstat:
Dstfl/build | 22----------------------
Dstfl/checksums | 1-
Dstfl/depends | 1-
Dstfl/manifest | 21---------------------
Dstfl/sources | 1-
Dstfl/version | 1-
6 files changed, 0 insertions(+), 47 deletions(-)

diff --git a/stfl/build b/stfl/build @@ -1,22 +0,0 @@ -#!/bin/sh -e - -# if we have pkgconf, use it to find the correct ncurses libs -if command -v pkg-config >/dev/null; then - curses_libs=$(pkg-config --libs ncurses) -else - # this works with the ncurses package in repo-main - curses_libs="-lncurses" -fi - -sed -i 's/ncursesw\/ncurses.h/ncurses.h/' stfl_internals.h -sed -i "s/-lncursesw/$curses_libs/" \ - stfl.pc.in \ - ruby/Makefile.snippet \ - python/Makefile.snippet \ - perl5/Makefile.PL \ - Makefile - -make prefix=/usr DESTDIR="$1" install - -# newsboat wants this to exist -ln -s libstfl.so.0.24 "$1/usr/lib/libstfl.so.0" diff --git a/stfl/checksums b/stfl/checksums @@ -1 +0,0 @@ -d4a7aa181a475aaf8a8914a8ccb2a7ff28919d4c8c0f8a061e17a0c36869c090 diff --git a/stfl/depends b/stfl/depends @@ -1 +0,0 @@ -ncurses diff --git a/stfl/manifest b/stfl/manifest @@ -1,21 +0,0 @@ -/var/db/kiss/installed/stfl/version -/var/db/kiss/installed/stfl/sources -/var/db/kiss/installed/stfl/manifest -/var/db/kiss/installed/stfl/depends -/var/db/kiss/installed/stfl/checksums -/var/db/kiss/installed/stfl/build -/var/db/kiss/installed/stfl/ -/var/db/kiss/installed/ -/var/db/kiss/ -/var/db/ -/var/ -/usr/lib/pkgconfig/stfl.pc -/usr/lib/pkgconfig/ -/usr/lib/libstfl.so.0.24 -/usr/lib/libstfl.so.0 -/usr/lib/libstfl.so -/usr/lib/libstfl.a -/usr/lib/ -/usr/include/stfl.h -/usr/include/ -/usr/ diff --git a/stfl/sources b/stfl/sources @@ -1 +0,0 @@ -http://www.clifford.at/stfl/stfl-0.24.tar.gz diff --git a/stfl/version b/stfl/version @@ -1 +0,0 @@ -0.24 1