libchardet: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-13 11:15:26 +02:00
parent 7a8fc62663
commit f4813c4bc8
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 9 additions and 10 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32wkfbKKPojHCx/xcTGotFUOJSun2G+eynImMxyf5pRJntRMx1VmFPgv2Fv0PAGPVW5yctz4ZnIuMtBVE0ywHw0=
SHA256 (Pkgfile) = 8245fac98d34a0d1452a07511fc5afde9c9340e01f7da46da205c0ec2bfb5365
RWSagIOpLGJF364yJQ+4v68yL+PilMC5NcFKaOVzIt/HJXDDwE/PjGNw+tqp6JqtaibXj4hVyq7dWI9IOkSsIatgw8BMWIVZCQc=
SHA256 (Pkgfile) = 7dbc8edf7f915376bd752c10269b9b70d93ea5c0b5c9ed12068297c9e141883b
SHA256 (.footprint) = c7d33e21b07b9318a59b0badd328c4739f235fc1e9e94809496b0417bc6c8c10
SHA256 (libchardet-1.0.6.tar.gz) = 425f3fa9e7afa0ebc3f4e3572637fb87bd6541e2716ad2c18f175995eb2021f0

View File

@ -1,7 +1,6 @@
# Description: Mozilla's Universal Charset Detector C/C++ API
# URL: https://github.com/Joungkyun/libchardet
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on:
# Maintainer: unmaintained
name=libchardet
version=1.0.6
@ -9,11 +8,11 @@ release=1
source=(https://github.com/Joungkyun/libchardet/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,man/ko}
rm -r $PKG/usr/share/{doc,man/ko}
}