void-packages/srcpkgs/libunistring/template
2016-12-08 15:53:20 +00:00

23 lines
653 B
Bash

# Template build file for 'libunistring'.
pkgname=libunistring
version=0.9.7
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"
homepage="http://www.gnu.org/software/${pkgname}"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=9ce081cbee1951b55597b30e7030bda9d7b2f034ef901a135ff3a020be5a41e5
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
}
}