void-packages/srcpkgs/libunistring/template

24 lines
681 B
Text
Raw Normal View History

2013-07-28 04:09:45 +00:00
# Template build file for 'libunistring'.
pkgname=libunistring
2014-09-09 22:08:50 +00:00
version=0.9.4
revision=1
2013-07-28 04:09:45 +00:00
build_style=gnu-configure
short_desc="Library for manipulating Unicode strings and C strings"
maintainer="Juan RP <xtraeme@gmail.com>"
2014-09-09 22:08:50 +00:00
license="LGPL-3"
2013-07-28 04:09:45 +00:00
homepage="http://www.gnu.org/software/${pkgname}"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
2014-09-09 22:08:50 +00:00
checksum=f5246d63286a42902dc096d6d44541fbe4204b6c02d6d5d28b457c9882ddd8a6
2013-07-28 04:09:45 +00:00
libunistring-devel_package() {
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
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
2013-07-28 04:09:45 +00:00
vmove usr/share
}
}