diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2012-10-19 07:04:20 +0400 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2012-10-19 07:43:17 +0400 |
| commit | d3f6f48808f466782c1769e4b220d8d926cca840 (patch) | |
| tree | ceb0fe73b9c3fd2d5edcaabf99e2d62cd0f1aceb /libc/debian/control | |
| parent | f997355e5700f64f8b48789c3ba63463fb53a28f (diff) | |
| download | illumos-packaging-d3f6f48808f466782c1769e4b220d8d926cca840.tar.gz | |
Package libsunavl1-dev
Diffstat (limited to 'libc/debian/control')
| -rw-r--r-- | libc/debian/control | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/libc/debian/control b/libc/debian/control index 9267b23..ed42f0c 100644 --- a/libc/debian/control +++ b/libc/debian/control @@ -170,3 +170,34 @@ Description: illumos ELF library: development files (32-bit) Library itself is in libc1-illumos-i386 package under the name libsunelf.so.1. This package provides symlinks libsunelf.so and libelf.so under /usr/lib32/ + +Package: libsunavl1-dev +Architecture: illumos-any +Priority: optional +Section: libdevel +Provides: libsunavl-dev +Depends: ${misc:Depends}, libc1 (= ${binary:Version}), unix-libc-dev +Conflicts: libavl1-dev, libavl-dev +Description: illumos AVL tree library: development files + Contains the symlinks and headers needed to compile + applications using illumos/solaris AVL tree library. + . + Library itself is in libc1 package under the name libsunavl.so.1. + This package provides symlinks libsunavl.so and libavl.so + and headers under /usr/include/libsunavl/ + +Package: lib32sunavl1-dev +Architecture: illumos-amd64 +Priority: optional +Section: libdevel +Provides: lib32sunavl-dev +Depends: ${misc:Depends}, libc1-illumos-i386 (= ${binary:Version}), + libc1-dev-illumos-i386 (= ${binary:Version}), libsunavl1-dev (= ${binary:Version}) +Conflicts: lib32avl1-dev, lib32avl-dev +Description: illumos AVL tree library: development files (32-bit) + Contains the symlinks and headers needed to compile + 32-bit applications using illumos/solaris AVL tree library. + . + Library itself is in libc1-illumos-i386 package under + the name libsunavl.so.1. This package provides symlinks + libsunavl.so and libavl.so under /usr/lib32/ |
