New package: libunistring-0.9.3.

This commit is contained in:
xdave 2013-07-27 22:09:45 -06:00
parent 3084b1fef7
commit 79089199ec
4 changed files with 39 additions and 0 deletions

View file

@ -1381,3 +1381,4 @@ libgda-report-5.0.so.4 libgda-5.1.2_1
libgda-ui-5.0.so.4 libgda-5.1.2_1
libgda-xslt-5.0.so.4 libgda-5.1.2_1
libdevhelp-3.so.2 devhelp-libs-3.8.2_1
libunistring.so.0 libunistring-0.9.3_1

1
srcpkgs/libunistring-devel Symbolic link
View file

@ -0,0 +1 @@
libunistring

1
srcpkgs/libunistring-docs Symbolic link
View file

@ -0,0 +1 @@
libunistring

View file

@ -0,0 +1,36 @@
# Template build file for 'libunistring'.
pkgname=libunistring
version=0.9.3
revision=1
build_style=gnu-configure
short_desc="Library for manipulating Unicode strings and C strings"
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL"
homepage="http://www.gnu.org/software/${pkgname}"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=610d3ec724fbdaa654afe3cff20b9f4d504be3fd296fded2e0f7f764041006a3
long_desc="
Library that provides functions for manipulating Unicode strings and for
manipulating C strings according to the Unicode standard."
libunistring-devel_package() {
short_desc+=" (Development files)"
depends="libunistring"
pkg_install() {
vmove usr/include
vmove usr/lib/libunistring.a
}
}
libunistring-docs_package() {
short_desc+=" (Documentation)"
pkg_install() {
vmove usr/share
}
}
libunistring_package() {
pkg_install() {
vmove usr
}
}