File: archive/tar/Makefile
lnx-bbc--stable--2.1--patch-38 lnx-bbc--research--0.0--patch-33
Line 11Line 11
#XXX: nwall package blurb goes here.
endef

#XXX: nwall package blurb goes here.
endef

LIBDEPS = devel/glibc


CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST)

# tar is very poorly behaved! It prepends prefix onto things
# like bindir! This is not the way GNU packages should behave!
# -NickM
# tar is very poorly behaved! It prepends prefix onto things
# like bindir! This is not the way GNU packages should behave!
# -NickM