Skip to content

Commit

Permalink
Merge pull request #952 from mariux64/rebuild-unzip
Browse files Browse the repository at this point in the history
Rebuild unzip
  • Loading branch information
donald authored Nov 7, 2018
2 parents a2f30e8 + 89b072a commit bee4e8e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 30 deletions.
30 changes: 0 additions & 30 deletions unzip-6.0-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions unzip.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION unzip-6.0.0-1

SRCURL[0]="http://downloads.sourceforge.net/infozip/unzip60.tar.gz"


# PATCHURL+=()

# EXCLUDE+=()

build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

mee_build() {
make -f unix/Makefile generic
}

mee_install() {
mkdir -pv ${D}${PREFIX}
mkdir -pv ${D}${MANDIR}/man1
make -f unix/Makefile install prefix=${D}${PREFIX} MANDIR=${D}${MANDIR}/man1
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit bee4e8e

Please sign in to comment.