libchardet: updated footprint

This commit is contained in:
Tim Biermann 2022-11-12 21:42:18 +00:00
parent 0c72494436
commit a959982dfd
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 5 additions and 16 deletions

View File

@ -16,20 +16,7 @@ lrwxrwxrwx root/root usr/lib/libchardet.so.1 -> libchardet.so.1.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/chardet.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/doc/
drwxr-xr-x root/root usr/share/doc/libchardet/
-rw-r--r-- root/root usr/share/doc/libchardet/Changelog
-rw-r--r-- root/root usr/share/doc/libchardet/LICENSE
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/ko/
drwxr-xr-x root/root usr/share/man/ko/man3/
-rw-r--r-- root/root usr/share/man/ko/man3/detect.3
-rw-r--r-- root/root usr/share/man/ko/man3/detect_destroy.3
-rw-r--r-- root/root usr/share/man/ko/man3/detect_handledata.3
-rw-r--r-- root/root usr/share/man/ko/man3/detect_init.3
-rw-r--r-- root/root usr/share/man/ko/man3/detect_obj_free.3
-rw-r--r-- root/root usr/share/man/ko/man3/detect_obj_init.3
-rw-r--r-- root/root usr/share/man/ko/man3/detect_reset.3
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/detect.3.gz
-rw-r--r-- root/root usr/share/man/man3/detect_destroy.3.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37NYWjvcBwjdtICTT41kpIIaRNZPz/JA2EeOkZ2H88syS2SxKrCDOIC1NRB+GnT5OWIh8t7dPkxNCImZZPhHHwQ=
SHA256 (Pkgfile) = 8d27abb020e81a5e9e1100176a6454fcc9d1dff50e093792d90b62f3d1a13ade
SHA256 (.footprint) = 6b282678f937948756332852602642db527c1ed013b14500f72612e21fac737d
RWSagIOpLGJF32wkfbKKPojHCx/xcTGotFUOJSun2G+eynImMxyf5pRJntRMx1VmFPgv2Fv0PAGPVW5yctz4ZnIuMtBVE0ywHw0=
SHA256 (Pkgfile) = 8245fac98d34a0d1452a07511fc5afde9c9340e01f7da46da205c0ec2bfb5365
SHA256 (.footprint) = c7d33e21b07b9318a59b0badd328c4739f235fc1e9e94809496b0417bc6c8c10
SHA256 (libchardet-1.0.6.tar.gz) = 425f3fa9e7afa0ebc3f4e3572637fb87bd6541e2716ad2c18f175995eb2021f0

View File

@ -14,4 +14,6 @@ build() {
--disable-static
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,man/ko}
}