23 lines
653 B
Bash
23 lines
653 B
Bash
# Template build file for 'libunistring'.
|
|
pkgname=libunistring
|
|
version=0.9.8
|
|
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=b792f2bd05d0fa7b339e39e353da7232b2e514e0db2cf5ed95beeff3feb53cf5
|
|
|
|
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
|
|
}
|
|
}
|