ports/opt (3.6): yajl: fix location of yajl.pc
commit 9a94b4147f134d292ae636218670c8bc87b0ca82 Author: Juergen Daubert <jue@jue.li> Date: Thu Dec 31 14:02:37 2020 +0100 yajl: fix location of yajl.pc diff --git a/yajl/.footprint b/yajl/.footprint index 433ff75bb..529e3f05e 100644 --- a/yajl/.footprint +++ b/yajl/.footprint @@ -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 diff --git a/yajl/.signature b/yajl/.signature index dacd25b3e..d1af7ccfd 100644 --- a/yajl/.signature +++ b/yajl/.signature @@ -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 diff --git a/yajl/Pkgfile b/yajl/Pkgfile index 6fd564686..a6179962a 100644 --- a/yajl/Pkgfile +++ b/yajl/Pkgfile @@ -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 }
participants (1)
-
crux@crux.nu