zix: initial commit, version 0.4.2
This commit is contained in:
parent
ccd6e6d1ca
commit
938ee809ac
25
zix/.footprint
Normal file
25
zix/.footprint
Normal file
@ -0,0 +1,25 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/zix-0/
|
||||
drwxr-xr-x root/root usr/include/zix-0/zix/
|
||||
-rw-r--r-- root/root usr/include/zix-0/zix/allocator.h
|
||||
-rw-r--r-- root/root usr/include/zix-0/zix/attributes.h
|
||||
-rw-r--r-- root/root usr/include/zix-0/zix/btree.h
|
||||
-rw-r--r-- root/root usr/include/zix-0/zix/bump_allocator.h
|
||||
-rw-r--r-- root/root usr/include/zix-0/zix/digest.h
|
||||
-rw-r--r-- root/root usr/include/zix-0/zix/filesystem.h
|
||||
-rw-r--r-- root/root usr/include/zix-0/zix/hash.h
|
||||
-rw-r--r-- root/root usr/include/zix-0/zix/path.h
|
||||
-rw-r--r-- root/root usr/include/zix-0/zix/ring.h
|
||||
-rw-r--r-- root/root usr/include/zix-0/zix/sem.h
|
||||
-rw-r--r-- root/root usr/include/zix-0/zix/status.h
|
||||
-rw-r--r-- root/root usr/include/zix-0/zix/string_view.h
|
||||
-rw-r--r-- root/root usr/include/zix-0/zix/thread.h
|
||||
-rw-r--r-- root/root usr/include/zix-0/zix/tree.h
|
||||
-rw-r--r-- root/root usr/include/zix-0/zix/zix.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libzix-0.so -> libzix-0.so.0
|
||||
lrwxrwxrwx root/root usr/lib/libzix-0.so.0 -> libzix-0.so.0.4.2
|
||||
-rwxr-xr-x root/root usr/lib/libzix-0.so.0.4.2
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/zix-0.pc
|
5
zix/.signature
Normal file
5
zix/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3/GNvIStI87FfHej3lj1hBBe5wHG1BLKaUtWCJynZUz5lBoGf51jki1Dj4jnAaGjkCN/job7gJww0zowr5zj2gU=
|
||||
SHA256 (Pkgfile) = 311dfb00e1a2a6b61e510e001a8de405d58d593e8d6f044b75e0b04e770a525b
|
||||
SHA256 (.footprint) = fbb2426bd32c956af4a5478c69b0c6d3369b8755600a0ced9a6cb3ae2ae46c97
|
||||
SHA256 (zix-v0.4.2.tar.bz2) = ab416c0caec92fdd4fc88cf53dd9c52c597b8f6bed5be08ac692861d73a16547
|
20
zix/Pkgfile
Normal file
20
zix/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: A lightweight C99 portability and data structure library
|
||||
# URL: https://gitlab.com/drobilla/zix
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on:
|
||||
|
||||
name=zix
|
||||
version=0.4.2
|
||||
release=1
|
||||
source=(https://gitlab.com/drobilla/zix/-/archive/v$version/zix-v$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
meson setup $name-v$version build \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install -C build
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user