2013-07-28 04:09:45 +00:00
|
|
|
# Template build file for 'libunistring'.
|
|
|
|
pkgname=libunistring
|
|
|
|
version=0.9.3
|
2014-06-08 09:52:36 +00:00
|
|
|
revision=3
|
2013-07-28 04:09:45 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
short_desc="Library for manipulating Unicode strings and C strings"
|
2014-06-08 09:52:36 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-07-28 04:09:45 +00:00
|
|
|
license="GPL"
|
|
|
|
homepage="http://www.gnu.org/software/${pkgname}"
|
|
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
|
|
checksum=610d3ec724fbdaa654afe3cff20b9f4d504be3fd296fded2e0f7f764041006a3
|
|
|
|
|
|
|
|
libunistring-devel_package() {
|
2014-02-21 10:06:38 +00:00
|
|
|
short_desc+=" - development files)"
|
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
|
|
replaces="${pkgname}-docs>=0"
|
2013-07-28 04:09:45 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
2014-02-21 10:06:38 +00:00
|
|
|
vmove "usr/lib/*.a"
|
|
|
|
vmove "usr/lib/*.so"
|
2013-07-28 04:09:45 +00:00
|
|
|
vmove usr/share
|
|
|
|
}
|
|
|
|
}
|