23 lines
658 B
Bash
23 lines
658 B
Bash
# Template file for 'libunistring'
|
|
pkgname=libunistring
|
|
version=1.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Library for manipulating Unicode strings and C strings"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://www.gnu.org/software/libunistring"
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=3c0184c0e492d7c208ce31d25dd1d2c58f0c3ed6cbbe032c5b248cddad318544
|
|
|
|
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
|
|
}
|
|
}
|