Skip to content

Commit

Permalink
unzip: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
  • Loading branch information
wwwutz committed Mar 5, 2020
1 parent 5780a3d commit 11d8f41
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions unzip.be0
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION unzip-6.0.0-1

SRCURL[0]="http://downloads.sourceforge.net/infozip/unzip60.tar.gz"
# BEE_VERSION unzip-6.0.0-2

#SRCURL[0]="http://downloads.sourceforge.net/infozip/unzip60.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/62b490407489521db863b523a7f86375/unzip60.tar.gz"

# PATCHURL+=()

# EXCLUDE+=()

build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -33,6 +30,6 @@ mee_build() {
mee_install() {
mkdir -pv ${D}${PREFIX}
mkdir -pv ${D}${MANDIR}/man1
make -f unix/Makefile install prefix=${D}${PREFIX} MANDIR=${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 11d8f41

Please sign in to comment.