23 lines
661 B
Bash
23 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
|
|
}
|
|
}
|