void-packages/srcpkgs/libunistring/template
2015-02-22 11:44:20 +01:00

23 lines
650 B
Plaintext

# Template build file for 'libunistring'.
pkgname=libunistring
version=0.9.5
revision=1
build_style=gnu-configure
short_desc="Library for manipulating Unicode strings and C strings"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-3"
homepage="http://www.gnu.org/software/${pkgname}"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=1a8c0772467850bef7197318a95f44abbb678ea83cbf119a3500cc7848276a17
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
}
}