libconfuse: moved to contrib

This commit is contained in:
Tim Biermann 2023-08-27 17:39:27 +02:00
parent 370e4e358c
commit 236c4ccfdc
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 38 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/confuse.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libconfuse.a
-rwxr-xr-x root/root usr/lib/libconfuse.la
lrwxrwxrwx root/root usr/lib/libconfuse.so -> libconfuse.so.2.1.0
lrwxrwxrwx root/root usr/lib/libconfuse.so.2 -> libconfuse.so.2.1.0
-rwxr-xr-x root/root usr/lib/libconfuse.so.2.1.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libconfuse.pc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ZQxm7KiMei0LgZuG+LBTYIH6x3UA99zVd8QCjWmUxFWfWlA33/h/Rc/cgoj0YkD8qoO2yTiejkKkFFo/LSWAAs=
SHA256 (Pkgfile) = c575afd20a0fd24cfaf8280738e033c8cdd928fc66d799d2c5762761aac22c11
SHA256 (.footprint) = e9f6db834e16278f2e891461500fca7b886f039403d615a662af9abef4197829
SHA256 (confuse-3.3.tar.xz) = 1dd50a0320e135a55025b23fcdbb3f0a81913b6d0b0a9df8cc2fdf3b3dc67010

View File

@ -1,22 +0,0 @@
# Description: C-library for parsing configuration files.
# URL: https://github.com/martinh/libconfuse
# Maintainer: Danny Rawlins, crux at romster dot me
name=libconfuse
version=3.3
release=1
source=(https://github.com/martinh/$name/releases/download/v$version/${name#lib}-$version.tar.xz)
build() {
cd ${name#lib}-$version
./configure \
--prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
rmdir $PKG/usr/share
}