diff --git a/libchardet/.signature b/libchardet/.signature index 8f2fc497d..f02a1e284 100644 --- a/libchardet/.signature +++ b/libchardet/.signature @@ -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 diff --git a/libchardet/Pkgfile b/libchardet/Pkgfile index 8e8ecd5d9..97c7bf0eb 100644 --- a/libchardet/Pkgfile +++ b/libchardet/Pkgfile @@ -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} }