diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-02 15:38:01 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-02 15:38:01 (EDT) |
commit | c618ded756999fddaf921ea8b91e2a4262f5ec30 (patch) | |
tree | 207f4dda86670526d5e86d0167453b297cb33e0d | |
parent | 68108bdc5f7b943dcebcff2fa7c7a5423305fa28 (diff) |
Add binary package metadata and files lists.
-rw-r--r-- | libunistring-dev.pkg/control | 7 | ||||
-rw-r--r-- | libunistring-dev.pkg/files | 3 | ||||
-rw-r--r-- | libunistring-doc.pkg/control | 7 | ||||
-rw-r--r-- | libunistring-doc.pkg/files | 2 | ||||
-rw-r--r-- | libunistring.0.pkg/control | 4 | ||||
-rw-r--r-- | libunistring.0.pkg/docs | 0 | ||||
-rw-r--r-- | libunistring.0.pkg/files | 1 | ||||
-rw-r--r-- | substvars | 6 |
8 files changed, 30 insertions, 0 deletions
diff --git a/libunistring-dev.pkg/control b/libunistring-dev.pkg/control new file mode 100644 index 0000000..3b43bbc --- /dev/null +++ b/libunistring-dev.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: libunistring.0 (= ${Binary-Version}) +Description: Unicode string library - development files + ${Common-Dscription} + . + This package provides development files for GNU libunistring. diff --git a/libunistring-dev.pkg/files b/libunistring-dev.pkg/files new file mode 100644 index 0000000..47c5014 --- /dev/null +++ b/libunistring-dev.pkg/files @@ -0,0 +1,3 @@ +/usr/include/ +/usr/lib/*/libunistring.a +/usr/lib/*/libunistring.so diff --git a/libunistring-doc.pkg/control b/libunistring-doc.pkg/control new file mode 100644 index 0000000..2be4545 --- /dev/null +++ b/libunistring-doc.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Depends: libunistring.0 (= ${Binary-Version}) +Description: Unicode string library - documentation + ${Common-Dscription} + . + This package provides documentation for GNU libunistring. diff --git a/libunistring-doc.pkg/files b/libunistring-doc.pkg/files new file mode 100644 index 0000000..abed33d --- /dev/null +++ b/libunistring-doc.pkg/files @@ -0,0 +1,2 @@ +/usr/share/doc/libunistring.0/ +/usr/share/info/ diff --git a/libunistring.0.pkg/control b/libunistring.0.pkg/control new file mode 100644 index 0000000..15358fe --- /dev/null +++ b/libunistring.0.pkg/control @@ -0,0 +1,4 @@ +Architecture: any +Platform: all +Description: Unicode string library + ${Common-Dscription} diff --git a/libunistring.0.pkg/docs b/libunistring.0.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libunistring.0.pkg/docs diff --git a/libunistring.0.pkg/files b/libunistring.0.pkg/files new file mode 100644 index 0000000..607e460 --- /dev/null +++ b/libunistring.0.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libunistring.so.* diff --git a/substvars b/substvars new file mode 100644 index 0000000..c5f50cb --- /dev/null +++ b/substvars @@ -0,0 +1,6 @@ +Common-Description: + This library implements Unicode strings (in the UTF-8, UTF-16, and UTF-32 + encodings), together with functions for Unicode characters (character names, + classifications, and properties) and functions for string processing (formatted + output, width, word breaks, line breaks, normalization, case folding, and + regular expressions). |