libpsl-32: fixed footprint

This commit is contained in:
Tim Biermann 2022-12-28 14:26:18 +00:00
parent 0e54527006
commit 20e5a9c9a0
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 4 additions and 12 deletions

View File

@ -1,15 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/psl
-rwxr-xr-x root/root usr/bin/psl-make-dafsa
drwxr-xr-x root/root usr/lib32/
lrwxrwxrwx root/root usr/lib32/libpsl.so -> libpsl.so.5
lrwxrwxrwx root/root usr/lib32/libpsl.so.5 -> libpsl.so.5.3.4
-rwxr-xr-x root/root usr/lib32/libpsl.so.5.3.4
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/libpsl.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/psl-make-dafsa.1.gz
-rw-r--r-- root/root usr/share/man/man1/psl.1.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXd8ssNpciPQ9zp+qwxz0pPgX08Kv64Ids9m3b9MOvbkmrghY3anGSN8rN1s6tz8SEl0DWv7/MyJilnh10evFYgk=
SHA256 (Pkgfile) = bb9d53cbb13eff45e90c8b37597b7a525be3a2bcf6b045a49432cb269092848b
SHA256 (.footprint) = bc4d234db604745e113c69221efbb28eb095280a377956bd2d6f1f6df31c76d6
RWSwxGo/zH7eXUkagPLVt++3Uyhpm9mCtlFFxAiWggSR/+mP3Bdi/0g2qB7sICCcA5vOv1Bs6wX5pg34/rfrhQtDgyx4RyxZCQw=
SHA256 (Pkgfile) = 21004a57fb81d625e676b15acb20d92bdc068a3317ac5d89e426163831620020
SHA256 (.footprint) = 00dd173c3bdf896a9e7570321c6626b3fd4c634b53019927b18d0678237fd54a
SHA256 (libpsl-0.21.2.tar.lz) = aa3d706c452786d1345e094dae201cd36d81f03cf81d636d5cfc10d365907f17

View File

@ -18,5 +18,5 @@ build() {
ninja -j ${JOBS-1} -C build
DESTDIR=$PKG meson install -C build
rm -r $PKG/usr/include
rm -rf $PKG/usr/{bin,include,share}
}