22 lines
653 B
Bash
22 lines
653 B
Bash
# Template build file for 'libunistring'.
|
|
pkgname=libunistring
|
|
version=0.9.6
|
|
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=9625eec2507f4789ebb6fc48ebda98be0e0168979a2f68aa8b680bf8eeabbd47
|
|
|
|
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
|
|
}
|
|
}
|