5 # Wait untill gputils 1.30 with fixed patch "#270 Gputils doesn't compile with newer versions of bison and flex" is released
7 PACKAGE_FILE
=$(PACKAGE
)-$(VERSION
).
tar.bz2
9 PACKAGE_DIR
=$(PACKAGE
)-$(VERSION
)
13 download
/$(PACKAGE_FILE
):
14 wget
-P download http
://sourceforge.net
/projects
/flex
/files
/$(PACKAGE_FILE
)
16 $(PACKAGE
)-unpack.tag
: unpack-downloaded-package
19 $(PACKAGE
)-configure.tag
: $(PACKAGE
)-unpack.tag
20 cd
$(PACKAGE_DIR
) && \
21 .
/configure
--prefix=$(LOCAL_DIR
)
24 $(PACKAGE
)-make.tag
: $(PACKAGE
)-configure.tag
25 $(MAKE
) -C
$(PACKAGE_DIR
)
28 $(PACKAGE
)-install.tag
: $(PACKAGE
)-make.tag
29 $(MAKE
) -C
$(PACKAGE_DIR
) install
32 include ..
/common_deps.mk