Revision: 5404 Author: pebender Date: Thu Sep 3 16:26:36 2009 Log: - Added package utils/gperf, needed to build xorg's xcb-util.
http://code.google.com/p/minimyth/source/detail?r=5404 Added: /trunk/gar-minimyth/script/utils/gperf /trunk/gar-minimyth/script/utils/gperf/Makefile /trunk/gar-minimyth/script/utils/gperf/checksums Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/utils/gperf/Makefile Thu Sep 3 16:26:36 2009 @@ -0,0 +1,25 @@ +GARNAME = gperf +GARVERSION = 3.0.4 +CATEGORIES = utils +MASTER_SITES = ftp://ftp.gnu.org/gnu/$(GARNAME)/ +DISTFILES = $(DISTNAME).tar.gz +#PATCHFILES= $(DISTNAME)-perl.patch.gar +LICENSE = GPL3 + +DESCRIPTION = +define BLURB +endef + +DEPENDS = lang/c + +CONFIGURE_SCRIPTS = $(WORKSRC)/configure +BUILD_SCRIPTS = $(WORKSRC)/Makefile +INSTALL_SCRIPTS = $(WORKSRC)/Makefile + +CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) + +include ../../gar.mk + +pre-configure: + @$(call FIX_LIBTOOL,$(WORKSRC)/configure) + @$(MAKECOOKIE) ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/utils/gperf/checksums Thu Sep 3 16:26:36 2009 @@ -0,0 +1,1 @@ +c1f1db32fb6598d6a93e6e88796a8632 download/gperf-3.0.4.tar.gz ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Thu Sep 3 16:23:13 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Thu Sep 3 16:26:36 2009 @@ -56,6 +56,7 @@ Added packages Added nvidia/nvidia-185.18.36. Added python/python. + Added utils/gperf. Updated packages Updated devel/fakeroot. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
