|
Revision 16916, 1.2 KB
(checked in by dmichelsen, 4 months ago)
|
|
WHOLE TREE: Explicitly set GARTYPE to current default 'v2'
|
| Line | |
|---|
| 1 | NAME = ORBit2 |
|---|
| 2 | VERSION = 2.14.19 |
|---|
| 3 | CATEGORIES = lib |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | |
|---|
| 6 | DESCRIPTION = ORBit 2.x CORBA tools and libs |
|---|
| 7 | define BLURB |
|---|
| 8 | ORBit2 is a CORBA 2.4-compliant Object Request Broker (ORB) featuring |
|---|
| 9 | mature C, C++ and Python bindings. |
|---|
| 10 | endef |
|---|
| 11 | |
|---|
| 12 | MASTER_SITES = $(GNOME_MIRROR) |
|---|
| 13 | DISTFILES = $(DISTNAME).tar.bz2 |
|---|
| 14 | |
|---|
| 15 | PATCHFILES += 0001-Make-test-non-interactive-on-Solaris.patch |
|---|
| 16 | |
|---|
| 17 | # New glib is only Solaris 10 |
|---|
| 18 | PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 |
|---|
| 19 | |
|---|
| 20 | BUILD_DEP_PKGS += CSWlibidl-dev |
|---|
| 21 | |
|---|
| 22 | PACKAGES = CSWorbit2 |
|---|
| 23 | SPKG_DESC_CSWorbit2 = ORBit 2.x CORBA tools and libs |
|---|
| 24 | RUNTIME_DEP_PKGS_CSWorbit2 += CSWlibintl8 |
|---|
| 25 | RUNTIME_DEP_PKGS_CSWorbit2 += CSWlibgthread2-0-0 |
|---|
| 26 | RUNTIME_DEP_PKGS_CSWorbit2 += CSWlibgobject2-0-0 |
|---|
| 27 | RUNTIME_DEP_PKGS_CSWorbit2 += CSWlibgmodule2-0-0 |
|---|
| 28 | RUNTIME_DEP_PKGS_CSWorbit2 += CSWlibglib2-0-0 |
|---|
| 29 | RUNTIME_DEP_PKGS_CSWorbit2 += CSWlibidl2-0 |
|---|
| 30 | |
|---|
| 31 | # No package split yet |
|---|
| 32 | CHECKPKG_OVERRIDES_CSWorbit2 += shared-lib-pkgname-mismatch |
|---|
| 33 | CHECKPKG_OVERRIDES_CSWorbit2 += shared-lib-package-contains-so-symlink |
|---|
| 34 | |
|---|
| 35 | VENDOR_URL = http://projects.gnome.org/ORBit2/ |
|---|
| 36 | |
|---|
| 37 | CPP = /usr/lib/cpp |
|---|
| 38 | CXXCPP = /usr/lib/cpp |
|---|
| 39 | EXTRA_COMMON_EXPORTS = CPP CXXCPP |
|---|
| 40 | |
|---|
| 41 | BUILD64 = 1 |
|---|
| 42 | |
|---|
| 43 | EXTRA_MERGE_INCLUDE_FILES = $(libdir)/libname-server-2.a |
|---|
| 44 | |
|---|
| 45 | include gar/category.mk |
|---|