Skip to content
Permalink
update-mpfr-402
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 43 lines (22 sloc) 499 Bytes
#!/bin/env beesh
SRCURL[0]="ftp://ftp.info-zip.org/pub/infozip/src/zip30.tgz"
PATCHURL[0]=""
PGRP=( uncategorized )
BEE_CONFIGURE=none
B=${S}
# EXCLUDE=""
mee_patch() {
bee_patch
}
mee_configure() {
bee_configure
}
mee_build() {
make -f unix/Makefile generic
}
mee_install() {
mkdir -p ${D}${BINDIR}
mkdir -p ${D}${MANDIR}/man1
install -m 755 zip zipnote zipsplit zipcloak ${D}${BINDIR}
install -m 644 man/zip.1 ${D}${MANDIR}/man1
}