23 lines
681 B
Text
23 lines
681 B
Text
# Template build file for 'libunistring'.
|
|
pkgname=libunistring
|
|
version=0.9.4
|
|
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=f5246d63286a42902dc096d6d44541fbe4204b6c02d6d5d28b457c9882ddd8a6
|
|
|
|
libunistring-devel_package() {
|
|
short_desc+=" - development files)"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
replaces="${pkgname}-docs>=0"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share
|
|
}
|
|
}
|