Revision: 15669
          http://gar.svn.sourceforge.net/gar/?rev=15669&view=rev
Author:   sgtmcd
Date:     2011-09-19 20:40:27 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
corrected issues with checkpkg

Modified Paths:
--------------
    csw/mgar/pkg/tokyocabinet/trunk/Makefile

Modified: csw/mgar/pkg/tokyocabinet/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tokyocabinet/trunk/Makefile    2011-09-19 20:32:34 UTC (rev 
15668)
+++ csw/mgar/pkg/tokyocabinet/trunk/Makefile    2011-09-19 20:40:27 UTC (rev 
15669)
@@ -10,12 +10,12 @@
 DESCRIPTION = Tokyo Cabinet is a library of routines for managing a database.
 
 define BLURB
-       Tokyo Cabinet is a library of routines for managing a database. The 
database is a 
-       simple data file containing records, each is a pair of a key and a 
value. 
-       Every key and value is serial bytes with variable length. Both binary 
data and 
-       character string can be used as a key and a value. There is neither 
concept of 
-       data tables nor data types. Records are organized in hash table, B+ 
tree, 
-       or fixed-length array.
+        Tokyo Cabinet is a library of routines for managing a database. The 
database is a 
+        simple data file containing records, each is a pair of a key and a 
value. 
+        Every key and value is serial bytes with variable length. Both binary 
data and 
+        character string can be used as a key and a value. There is neither 
concept of 
+        data tables nor data types. Records are organized in hash table, B+ 
tree, 
+        or fixed-length array.
 endef
 
 MASTER_SITES = http://fallabs.com/tokyocabinet/
@@ -31,37 +31,39 @@
 # UPSTREAM_MASTER_SITES = 
 
 CONFIGURE_ARGS = $(DIRPATHS) 
-#GARFLAVOR=DBG
 GARCOMPILER = GNU
-BUILD64 = 1
+
 PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
-ARCHALL = 1
 SKIP_MODULATIONS = isa-sparcv8
+
 EXTRA_CPPFLAGS += -DLOG_PERROR=0x00
 EXTRA_CPPFLAGS += -D__EXTENSIONS__
-RUNTIME_DEP_PKGS_CSWtokyocabinet += CSWlibbz2-1-0
-RUNTIME_DEP_PKGS_CSWtokyocabinet += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWtokyocabinet += CSWlibz1
-DEP_PKGS += CSWcommon
-DEP_PKGS += CSWx11common
-DEP_PKGS += CSWlibpthreadstubs
 
 PACKAGES += CSWlibtokyocabinet9
+PACKAGES += CSWtokyocabinet9
+PACKAGES += CSWtokyocabinet-dev
+
+SPKG_DESC_CSWtokyocabinet9 = Tokyo Cabinet shared library
+
 CATALOGNAME_CSWlibtokyocabinet9 = libtokyocabinet9
+CATALOGNAME_CSWtokyocabinet-dev = tokyocabinet_dev
+
+RUNTIME_DEP_PKGS_CSWlibtokyocabinet9 += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibtokyocabinet9 += CSWlibbz2-1-0
+RUNTIME_DEP_PKGS_CSWlibtokyocabinet9 += CSWlibz1
+RUNTIME_DEP_PKGS_CSWtokyocabinet-dev += CSWlibtokyocabinet9
+RUNTIME_DEP_PKGS_CSWtokyocabinet += CSWlibtokyocabinet9
+RUNTIME_DEP_PKGS_CSWtokyocabinet9 += CSWlibbz2-1-0
+RUNTIME_DEP_PKGS_CSWtokyocabinet9 += CSWlibtokyocabinet9
+RUNTIME_DEP_PKGS_CSWtokyocabinet9 += CSWlibz1
+
 PKGFILES_CSWlibtokyocabinet9 += $(call 
baseisadirs,$(libdir),libtokyocabinet\.so\.9\.10\.0)
 PKGFILES_CSWlibtokyocabinet9 += $(call 
baseisadirs,$(libdir),libtokyocabinet\.so\.9(\.\d+)*)
+PKGFILES_CSWtokyocabinet-dev += /opt/csw/lib/sparcv9/libtokyocabinet.so
+
 SPKG_DESC_CSWlibtokyocabinet9 += $(DESCRIPTION), libtokyocabinet.so.9
-RUNTIME_DEP_PKGS_CSWtokyocabinet += CSWlibtokyocabinet9
-PACKAGES += CSWtokyocabinet-dev
-CATALOGNAME_CSWtokyocabinet-dev = tokyocabinet_dev
 SPKG_DESC_CSWtokyocabinet-dev += $(DESCRIPTION), development files
-PKGFILES_CSWtokyocabinet-dev += /opt/csw/lib/sparcv9/libtokyocabinet.so
 
-#CHECKPKG_OVERRIDES_CSWtokyocabinet += 
shared-lib-package-contains-so-symlink|file=/opt/csw/lib/sparcv9/libtokyocabinet.so
-#CHECKPKG_OVERRIDES_CSWtokyocabinet += 
shared-lib-pkgname-mismatch|file=opt/csw/lib/sparcv9/libtokyocabinet.so.9.10.0|soname=libtokyocabinet.so.9|pkgname=CSWtokyocabinet|expected=CSWlibtokyocabinet9
-#CHECKPKG_OVERRIDES_CSWtokyocabinet += 
shared-lib-package-contains-so-symlink|file=/opt/csw/lib/sparcv9/libtokyocabinet.so
-
 include gar/category.mk
 
 PATH:=/opt/csw/gnu:$(PATH)
-

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to