From 79089199ecb0aec960730e4a8c7f2f4d740a8e37 Mon Sep 17 00:00:00 2001 From: xdave Date: Sat, 27 Jul 2013 22:09:45 -0600 Subject: [PATCH] New package: libunistring-0.9.3. --- common/shlibs | 1 + srcpkgs/libunistring-devel | 1 + srcpkgs/libunistring-docs | 1 + srcpkgs/libunistring/template | 36 +++++++++++++++++++++++++++++++++++ 4 files changed, 39 insertions(+) create mode 120000 srcpkgs/libunistring-devel create mode 120000 srcpkgs/libunistring-docs create mode 100644 srcpkgs/libunistring/template diff --git a/common/shlibs b/common/shlibs index c1fbd666ac..28682bb925 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libunistring-devel b/srcpkgs/libunistring-devel new file mode 120000 index 0000000000..af7731c0d8 --- /dev/null +++ b/srcpkgs/libunistring-devel @@ -0,0 +1 @@ +libunistring \ No newline at end of file diff --git a/srcpkgs/libunistring-docs b/srcpkgs/libunistring-docs new file mode 120000 index 0000000000..af7731c0d8 --- /dev/null +++ b/srcpkgs/libunistring-docs @@ -0,0 +1 @@ +libunistring \ No newline at end of file diff --git a/srcpkgs/libunistring/template b/srcpkgs/libunistring/template new file mode 100644 index 0000000000..b9788069c0 --- /dev/null +++ b/srcpkgs/libunistring/template @@ -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 " +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 + } +}