reverted Makefiles to previous version (I failed exclude them from my last
authorErwann Chenede <erwann.chenede@sun.com>
Wed, 19 May 2010 17:42:26 +0200
changeset 14 25892bc648e2
parent 13 fd03fe8baefa
child 15 21f7a7ab78ba
reverted Makefiles to previous version (I failed exclude them from my last commit)
components/gnu-file/Makefile
components/lcms/Makefile
--- a/components/gnu-file/Makefile	Wed May 19 17:29:02 2010 +0200
+++ b/components/gnu-file/Makefile	Wed May 19 17:42:26 2010 +0200
@@ -35,7 +35,9 @@
 BUILD_PKG_DEPENDENCIES= make \
 	                wget \
 			gnu-coreutils \
+			$(C_COMPILER) \
 			gnu-grep \
+			developer/object-file
 
 build:  unpack
 	$(MAKE) check_dependencies
--- a/components/lcms/Makefile	Wed May 19 17:29:02 2010 +0200
+++ b/components/lcms/Makefile	Wed May 19 17:42:26 2010 +0200
@@ -25,15 +25,13 @@
 PATH=/usr/bin:/usr/gnu/bin
 
 COMPONENT_NAME=		lcms
-COMPONENT_VERSION=	2-2.0
+COMPONENT_VERSION=	1.19
 COMPONENT_DESCRIPTION=	"Little Color Management System"
-COMPONENT_SRC=		$(COMPONENT_NAME)$(COMPONENT_VERSION)
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_COPYRIGHT=	$(COMPONENT_SRC)/COPYING
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-#COMPONENT_ARCHIVE_HASH=	4f192cfd36d8b819e6885571401f949220609005
-COMPONENT_ARCHIVE_URL=	http://download.sourceforge.net/project/lcms/lcms/2.0/$(COMPONENT_ARCHIVE)
-#COMPONENT_ARCHIVE_HASH=	d5b075ccffc0068015f74f78e4bc39138bcfe2d4
-#COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/project/lcms/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)?use_mirror=voxel
+COMPONENT_ARCHIVE_HASH=	d5b075ccffc0068015f74f78e4bc39138bcfe2d4
+COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/project/lcms/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)?use_mirror=voxel
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk