[csw-devel] SF.net SVN: gar:[16760] csw/mgar/pkg/recutils/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Jan 13 16:52:19 CET 2012
Revision: 16760
http://gar.svn.sourceforge.net/gar/?rev=16760&view=rev
Author: dmichelsen
Date: 2012-01-13 15:52:18 +0000 (Fri, 13 Jan 2012)
Log Message:
-----------
recutils/trunk: Update to 1.5 and split library and devel package
Modified Paths:
--------------
csw/mgar/pkg/recutils/trunk/Makefile
csw/mgar/pkg/recutils/trunk/checksums
Modified: csw/mgar/pkg/recutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/recutils/trunk/Makefile 2012-01-13 15:07:03 UTC (rev 16759)
+++ csw/mgar/pkg/recutils/trunk/Makefile 2012-01-13 15:52:18 UTC (rev 16760)
@@ -2,7 +2,7 @@
# TODO (release-critical prefixed with !, non release-critical with *)
#
NAME = recutils
-VERSION = 1.4
+VERSION = 1.5
GARTYPE = v2
CATEGORIES = utils
@@ -16,17 +16,35 @@
MASTER_SITES += ftp://alpha.gnu.org/gnu/$(GNU_PROJ)/
DISTFILES = $(DISTNAME).tar.gz
+PACKAGES += CSWrecutils
+SPKG_DESC_CSWrecutils = GNU recutils
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWrecutils += CSWlibgcrypt11
RUNTIME_DEP_PKGS_CSWrecutils += CSWlibintl8
-RUNTIME_DEP_PKGS_CSWrecutils += CSWemacscommon
RUNTIME_DEP_PKGS_CSWrecutils += CSWlibgpg-error0
RUNTIME_DEP_PKGS_CSWrecutils += CSWlibcurl4
-RUNTIME_DEP_PKGS_CSWrecutils += CSWlibgcrypt11
+RUNTIME_DEP_PKGS_CSWrecutils += CSWlibrec0
+RUNTIME_DEP_PKGS_CSWrecutils += CSWlibreadline6
+# This is just an emacs mode. It can be used when emacs is installed, no need to force dependency
+CHECKPKG_OVERRIDES_CSWrecutils += missing-dependency|CSWemacscommon
-# I am not sure if anyone is actually developing against te library
-# Looks like it is more like a private lib. Overwrite for now.
-CHECKPKG_OVERRIDES_CSWrecutils += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/librec.so
-CHECKPKG_OVERRIDES_CSWrecutils += shared-lib-pkgname-mismatch|file=opt/csw/lib/librec.so.0.0.0|soname=librec.so.0|pkgname=CSWrecutils|expected=CSWlibrec0
+PACKAGES += CSWlibrec0
+SPKG_DESC_CSWlibrec0 = GNU recutils library, librec.so.0
+PKGFILES_CSWlibrec0 += $(call pkgfiles_lib,librec.so.0)
+RUNTIME_DEP_PKGS_CSWlibrec0 += CSWlibintl8
+RUNTIME_DEP_PKGS_CSWlibrec0 += CSWlibgpg-error0
+RUNTIME_DEP_PKGS_CSWlibrec0 += CSWlibcurl4
+RUNTIME_DEP_PKGS_CSWlibrec0 += CSWlibgcrypt11
+RUNTIME_DEP_PKGS_CSWlibrec0 += CSWlibreadline6
+PACKAGES += CSWlibrec-dev
+SPKG_DESC_CSWlibrec-dev = Development files for librec.so.0
+PKGFILES_CSWlibrec-dev += $(PKGFILES_DEVEL)
+RUNTIME_DEP_PKGS_CSWlibrec-dev += CSWlibrec0
+
+CONFIGURE_ARGS += $(DIRPATHS)
+CONFIGURE_ARGS += --disable-static
+
EXTRA_MERGE_EXCLUDE_FILES += $(libdir)/charset\.alias
include gar/category.mk
Modified: csw/mgar/pkg/recutils/trunk/checksums
===================================================================
--- csw/mgar/pkg/recutils/trunk/checksums 2012-01-13 15:07:03 UTC (rev 16759)
+++ csw/mgar/pkg/recutils/trunk/checksums 2012-01-13 15:52:18 UTC (rev 16760)
@@ -1 +1 @@
-4f62d66ce98f1dc50cd9cbb58d3dfe1d recutils-1.4.tar.gz
+e8273e03c8b2030695089dedef4c99fe recutils-1.5.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list