vp-build/srcpkgs/libunistring/template

23 lines
653 B
Bash

# Template build file for 'libunistring'.
pkgname=libunistring
version=0.9.9
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=f5e90c08f9e5427ca3a2c0c53f19aa38b25c500913510ad25afef86448bea84a
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
}
}