gazpacho redux...



Forgot to add $(MAKECOOKIE) to the targets. One step forward, one step
back...

-Joseph

====================================================================================

GARNAME = gazpacho
GARVERSION = 0.6.1
CATEGORIES = hacker-tools
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = bindings/pygtk platform/libgnomeui platform/libgnomeprintui platform/gail

DESCRIPTION = gazpacho
define BLURB
gazpacho allows you to create the Graphical User Interface (GUI) of your
GTK+ program in a visual way. It started as a Glade-3 clone but now it is more
complete and featured than its ancestor. It tries to be compatible with libglade
but it can handle some widgets that still lack support in libglade.
endef

BUILD_SCRIPTS = custom
INSTALL_SCRIPTS = custom

include ../category.mk

build-custom:
        cd $(WORKSRC) && PYTHONPATH=$(PYTHONPATH) $(PYTHON) setup.py build
	$(MAKECOOKIE)

install-custom:
        cd $(WORKSRC) && PYTHONPATH=$(PYTHONPATH) $(PYTHON) setup.py install --prefix=$(main_prefix)
        $(MAKECOOKIE)

-- 
joseph_sacco [at] comcast [dot] net




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]