diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-14 12:56:02 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-14 12:56:02 +0400 |
commit | 241fa90a4d3bd7db097614c37318b62d1c5dabfc (patch) | |
tree | 03bf0b850ecce75aa05ec6feeffbe70ac1e18943 /examples/libunistring/Makefile | |
parent | 5648f54f90a6f2d0058d81df35000b0477d10f46 (diff) | |
download | cibs-241fa90a4d3bd7db097614c37318b62d1c5dabfc.tar.gz |
Example: libunistring
Diffstat (limited to 'examples/libunistring/Makefile')
-rw-r--r-- | examples/libunistring/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/libunistring/Makefile b/examples/libunistring/Makefile new file mode 100644 index 0000000..775e0ff --- /dev/null +++ b/examples/libunistring/Makefile @@ -0,0 +1,24 @@ +include /usr/share/cibs/rules/ips.mk +include /usr/share/cibs/rules/archive.mk +include /usr/share/cibs/rules/autotools.mk +include /usr/share/cibs/rules/32.mk +include /usr/share/cibs/rules/64.mk + + +summary := manipulate Unicode strings and C strings according to the Unicode standard. +license := LGPL +license-file := COPYING.LIB + +# build-depends += +# build-conflicts += + +home := http://www.gnu.org/software/libunistring/ +name := libunistring +version := 0.9.3 +archive := $(name)-$(version).tar.gz +download := http://ftp.gnu.org/gnu/$(name)/$(archive) +checksum := \ + md5:db8eca3b64163abadf8c40e5cecc261f \ + sha1:e1ea13c24a30bc93932d19eb5ad0704a618506dd \ + sha256:610d3ec724fbdaa654afe3cff20b9f4d504be3fd296fded2e0f7f764041006a3 \ + size:2555215 |