forked from ports/contrib
confuse: initial commit, version 3.3
This commit is contained in:
parent
68d350827c
commit
31bd705f14
11
confuse/.footprint
Normal file
11
confuse/.footprint
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
5
confuse/.signature
Normal file
5
confuse/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3x3cQPrMvoP9hBCHheIKr7rW7xi6QHb894/XN+06szTN08aVEPzObmLTE8G1CZH/d3J0sFTsZ0MwGNCFd3XQdQk=
|
||||
SHA256 (Pkgfile) = d00f2d0dce6e7a225eeda134d27720d6d8f53f73bf6207d640afe733fe273f31
|
||||
SHA256 (.footprint) = e9f6db834e16278f2e891461500fca7b886f039403d615a662af9abef4197829
|
||||
SHA256 (confuse-3.3.tar.gz) = 3a59ded20bc652eaa8e6261ab46f7e483bc13dad79263c15af42ecbb329707b8
|
21
confuse/Pkgfile
Normal file
21
confuse/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# Description: C-library for parsing configuration files
|
||||
# URL: https://github.com/libconfuse/libconfuse
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on:
|
||||
|
||||
name=confuse
|
||||
version=3.3
|
||||
release=1
|
||||
source=(https://github.com/libconfuse/libconfuse/releases/download/v$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--enable-shared \
|
||||
--disable-examples \
|
||||
--disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/share
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user