New package: uchardet-0.0.6

This commit is contained in:
John 2018-05-19 19:32:06 +02:00 committed by maxice8
parent 1ab6c781b1
commit c73426e8ca
3 changed files with 25 additions and 0 deletions

View File

@ -980,6 +980,7 @@ libev.so.4 libev-4.04_1
libgvnc-1.0.so.0 gtk-vnc-0.4.4_1
libgtk-vnc-2.0.so.0 gtk-vnc-0.4.4_1
libyaml-0.so.2 libyaml-0.1.4_1
libuchardet.so.0 uchardet-0.0.6_1
libgtksourceviewmm-3.0.so.0 gtksourceviewmm-3.2.0_1
libyajl.so.2 yajl-2.0.1_1
libconfuse.so.2 confuse-3.2.1_1

1
srcpkgs/uchardet-devel Symbolic link
View File

@ -0,0 +1 @@
uchardet

23
srcpkgs/uchardet/template Normal file
View File

@ -0,0 +1,23 @@
# Template file for 'uchardet'
pkgname=uchardet
version=0.0.6
revision=1
build_style=cmake
short_desc="Encoding detector library ported from Mozilla"
maintainer="John <johnz@posteo.net>"
license="MPL-1.1"
homepage="https://www.freedesktop.org/wiki/Software/uchardet"
changelog="https://cgit.freedesktop.org/uchardet/uchardet/tag/?id=v${version}"
distfiles="$FREEDESKTOP_SITE/uchardet/releases/uchardet-${version}.tar.xz"
checksum=8351328cdfbcb2432e63938721dd781eb8c11ebc56e3a89d0f84576b96002c61
uchardet-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
vmove usr/lib/pkgconfig
}
}