|
Revision 16916, 1.1 KB
(checked in by dmichelsen, 4 months ago)
|
|
WHOLE TREE: Explicitly set GARTYPE to current default 'v2'
|
| Line | |
|---|
| 1 | NAME = expat |
|---|
| 2 | VERSION = 2.0.1 |
|---|
| 3 | CATEGORIES = lib |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | |
|---|
| 6 | DESCRIPTION = XML parser toolkit |
|---|
| 7 | define BLURB |
|---|
| 8 | This is James Clark's Expat XML parser library in C. It is a stream oriented |
|---|
| 9 | parser that requires setting handlers to deal with the structure that the |
|---|
| 10 | parser discovers in the document. |
|---|
| 11 | endef |
|---|
| 12 | |
|---|
| 13 | MASTER_SITES = $(SF_MIRRORS) |
|---|
| 14 | DISTFILES = $(DISTNAME).tar.gz |
|---|
| 15 | |
|---|
| 16 | FOREIGN_PACKAGES += CSWlibexpat0 |
|---|
| 17 | |
|---|
| 18 | PACKAGES += CSWlibexpat1 |
|---|
| 19 | SPKG_DESC_CSWlibexpat1 = XML parser toolkit, libexpat.so.1 |
|---|
| 20 | PKGFILES_CSWlibexpat1 += $(call pkgfiles_lib,libexpat.so.1) |
|---|
| 21 | |
|---|
| 22 | PACKAGES += CSWlibexpat-dev |
|---|
| 23 | SPKG_DESC_CSWlibexpat-dev += Development files for libexpat.so.1 |
|---|
| 24 | PKGFILES_CSWlibexpat-dev += $(PKGFILES_DEVEL) |
|---|
| 25 | RUNTIME_DEP_PKGS_CSWlibexpat-dev += CSWlibexpat1 |
|---|
| 26 | |
|---|
| 27 | PACKAGES += CSWexpat |
|---|
| 28 | SPKG_DESC_CSWexpat = XML parser toolkit utility |
|---|
| 29 | RUNTIME_DEP_PKGS_CSWexpat += CSWlibexpat1 |
|---|
| 30 | # This is for legacy packages depending on CSWexpat to use libexpat.so.0 |
|---|
| 31 | RUNTIME_DEP_PKGS_CSWexpat += CSWlibexpat0 |
|---|
| 32 | CHECKPKG_OVERRIDES_CSWexpat += surplus-dependency|CSWlibexpat0 |
|---|
| 33 | |
|---|
| 34 | # Testsuite needs __func__ |
|---|
| 35 | EXTRA_CXXFLAGS = -features=extensions |
|---|
| 36 | |
|---|
| 37 | BUILD64 = 1 |
|---|
| 38 | ISAEXEC = 1 |
|---|
| 39 | |
|---|
| 40 | include gar/category.mk |
|---|