File: archive/unzip/Makefile
base-0 patch-1
Line 15Line 15
found on MS-DOS systems.
endef

found on MS-DOS systems.
endef

LIBDEPS = devel/glibc


#CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = custom
INSTALL_SCRIPTS = custom
#CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = custom
INSTALL_SCRIPTS = custom
Line 25Line 23
build-custom:
        make -f unix/Makefile -C $(WORKSRC) unix_make
build-custom:
        make -f unix/Makefile -C $(WORKSRC) unix_make
        make -C $(WORKSRC) unzips CC=$(CC) LD=$(CC) CF="$(CFLAGS) -I ."
        make -C $(WORKSRC) unzips CC=$(CC) LD=$(CC) CF="$(CFLAGS) -I ." AS=$(AS) LF="-o unzip $(LDFLAGS)" LF2="$(LDFLAGS) -lc"
        $(MAKECOOKIE)

install-custom:
        $(MAKECOOKIE)

install-custom: