diff --git a/unzip-6.0-0.bee b/unzip-6.0-0.bee deleted file mode 100755 index 609305539..000000000 --- a/unzip-6.0-0.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -PGRP=( uncategorized ) - -SRCURL[0]="http://downloads.sourceforge.net/infozip/unzip60.tar.gz" - -#PATCHES[0]="http://www.linuxfromscratch.org/patches/blfs/svn/unzip-5.50-alt-iconv-v1.1.patch" - -# EXCLUDE="" - -B=${S} - -mee_patch() { - bee_patch -} - -mee_configure() { - true -} -mee_build() { - make -f unix/Makefile unix_make - make unzips CC=gcc LD=gcc CFLAGS="-O -Wall -DNO_LCHMOD" -} - -mee_install() { - mkdir -pv ${D}${PREFIX} - mkdir -pv ${D}${MANDIR}/man1 - make install prefix=${D}${PREFIX} MANDIR=${D}${MANDIR}/man1 -} -