jansson-32: initial import
This commit is contained in:
parent
5ea1f85925
commit
8c30eb5973
0
jansson-32/.32bit
Normal file
0
jansson-32/.32bit
Normal file
9
jansson-32/.footprint
Normal file
9
jansson-32/.footprint
Normal file
@ -0,0 +1,9 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rw-r--r-- root/root usr/lib32/libjansson.a
|
||||
-rwxr-xr-x root/root usr/lib32/libjansson.la
|
||||
lrwxrwxrwx root/root usr/lib32/libjansson.so -> libjansson.so.4.11.1
|
||||
lrwxrwxrwx root/root usr/lib32/libjansson.so.4 -> libjansson.so.4.11.1
|
||||
-rwxr-xr-x root/root usr/lib32/libjansson.so.4.11.1
|
||||
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/jansson.pc
|
5
jansson-32/.signature
Normal file
5
jansson-32/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/compat-32.pub
|
||||
RWSwxGo/zH7eXeIFj2LDPV6hrH/8JLeX95yXbnv3Vl/9636oBiI77ePeuML7qnNQ39o4a/AqBmhCOA3f7lJRQHDCGmpKqM3M3ws=
|
||||
SHA256 (Pkgfile) = e16df92f6041f6ef72a21e0a0a7a22312a404ea87b41e76cb209f2162c616ad4
|
||||
SHA256 (.footprint) = b4f8a5e128dffa5f08e29df7e9eea317dcaa9914e55d4a1c89a9621c92208235
|
||||
SHA256 (jansson-2.12.tar.bz2) = 645d72cc5dbebd4df608d33988e55aa42a7661039e19a379fcbe5c79d1aee1d2
|
22
jansson-32/Pkgfile
Normal file
22
jansson-32/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
||||
# Description: C library for encoding, decoding and manipulating JSON data.
|
||||
# URL: http://www.digip.org/jansson/
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: jansson
|
||||
|
||||
name=jansson-32
|
||||
version=2.12
|
||||
release=1
|
||||
source=(https://www.digip.org/${name%-*}/releases/${name%-*}-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd ${name%-*}-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib32
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/include
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user