void-packages/srcpkgs/libunistring/template
maxice8 d1380df1dc libunistring: update to 0.9.10.
Closes #14715.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-26 14:15:36 +02:00

22 lines
661 B
Bash

# Template file for 'libunistring'
pkgname=libunistring
version=0.9.10
revision=1
build_style=gnu-configure
short_desc="Library for manipulating Unicode strings and C strings"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-3.0-or-later"
homepage="https://www.gnu.org/software/libunistring"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=a82e5b333339a88ea4608e4635479a1cfb2e01aafb925e1290b65710d43f610b
libunistring-devel_package() {
short_desc+=" - development files)"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share
}
}