libchardet: update to 1.0.5.

This commit is contained in:
maxice8 2018-12-11 09:42:48 -02:00 committed by maxice8
parent dac9a3197b
commit fe20cbd772

View file

@ -1,15 +1,15 @@
# Template file for 'libchardet' # Template file for 'libchardet'
pkgname=libchardet pkgname=libchardet
version=1.0.4 version=1.0.5
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="perl" hostmakedepends="perl"
short_desc="Mozilla's Universal Charset Detector C/C++ API" short_desc="Mozilla's Universal Charset Detector C/C++ API"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MPL-1.1" license="MPL-1.1"
homepage="http://ftp.oops.org/pub/oops/libchardet/" homepage="http://ftp.oops.org/pub/oops/libchardet/"
distfiles="http://ftp.oops.org/pub/oops/libchardet/libchardet-${version}.tar.bz2" distfiles="https://github.com/Joungkyun/libchardet/archive/${version}.tar.gz"
checksum=f43f5a63901f19780b5cd61ad130d432a9414e2e4da2abc0e1b80845895a7c33 checksum=95d2d372e571ecf680627598a3525ff2354fef1d35d97514f126468133965d50
post_install() { post_install() {
rm -rf ${DESTDIR}/usr/share/doc rm -rf ${DESTDIR}/usr/share/doc
@ -19,11 +19,11 @@ libchardet-devel_package() {
depends="${sourcepkg}-${version}_${revision}" depends="${sourcepkg}-${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/bin vmove usr/bin/chardet-config
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/lib/*.a vmove "usr/lib/*.a"
vmove usr/lib/*.so vmove "usr/lib/*.so"
vmove usr/share/man vmove usr/share/man
} }
} }