yajl: fix location of yajl.pc

This commit is contained in:
Juergen Daubert 2020-12-31 14:02:37 +01:00
parent 178bd1512e
commit 9a94b4147f
3 changed files with 9 additions and 7 deletions

View File

@ -14,6 +14,5 @@ lrwxrwxrwx root/root usr/lib/libyajl.so -> libyajl.so.2
lrwxrwxrwx root/root usr/lib/libyajl.so.2 -> libyajl.so.2.1.0
-rwxr-xr-x root/root usr/lib/libyajl.so.2.1.0
-rw-r--r-- root/root usr/lib/libyajl_s.a
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/pkgconfig/
-rw-r--r-- root/root usr/share/pkgconfig/yajl.pc
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/yajl.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/VxVrW7j7Fa7IHJYJMEeE+h2pRY0SbeOG+wOPUZwkt51WUt7Ho8U3pJEgAhWyXJFXGMGfRMtp0is1MCH53mNbwo=
SHA256 (Pkgfile) = f78b4f40517454afbb7d64200f125ade3714f0a0764762492ed0e028dc62ab24
SHA256 (.footprint) = a12a3cd23e0ffa9ef413dd7d8d801472c0b67d9f53dae0d996713ea0eaca8686
RWSE3ohX2g5d/V7pLZavf7d03/FA+00gZV9EGs4X2tgraa8ObchvJeC/LotwR36HxcW44YjapeP5dENKeKtofRAm1VGu4WHY8gs=
SHA256 (Pkgfile) = a782c2721a026efcfe36f998fc165c473022aee6defc52b5144c349a8462b2f8
SHA256 (.footprint) = 09847d7a0aea6929e61ada1f084e5eb6f021049c4bc806fa9881f82c8820bbb6
SHA256 (yajl-2.1.0.tar.gz) = 3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a

View File

@ -5,7 +5,7 @@
name=yajl
version=2.1.0
release=1
release=2
source=(https://github.com/lloyd/$name/archive/$version/$name-$version.tar.gz)
build() {
@ -16,4 +16,7 @@ build() {
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build
mv $PKG/usr/share/pkgconfig $PKG/usr/lib
rm -r $PKG/usr/share
}