GARNAME = pyro GARVERSION = 3.7 CATEGORIES = python MASTER_SITES = $(MASTER_SOURCEFORGE) MASTER_SUBDIR = pyro/ UPSTREAMNAME = Pyro DISTFILES = $(DISTNAME).tar.gz LIBDEPS = python/python DESCRIPTION = A distributed object system for Python HOME_URL = http://pyro.sourceforge.net/ CONFIGURE_SCRIPTS = none BUILD_SCRIPTS = $(WORKSRC)/setup.py INSTALL_SCRIPTS = $(WORKSRC)/setup.py include ../../gar.mk # I am constantly surprised by the ability of idiotic software authors to break # even well-designed packaging systems. configure-none: @sed -i -e 's,^#,,' -e 's,/foo/bar,$(prefix)/bin,' $(WORKSRC)/setup.cfg $(MAKECOOKIE)