Skip to content

Commit

Permalink
libzip: Update version from 0.10 to 1.5.1
Browse files Browse the repository at this point in the history
The news are available [online][1].

Remove unneeded installation commands.

Only Gzip and LZMA are available, use smaller LZMA compressed archive.

[1]: https://libzip.org/news/
  • Loading branch information
pmenzel committed Feb 11, 2019
1 parent 3b7c93d commit c48c1bf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions libzip.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/env beesh

# BEE_VERSION libzip-0.10-1
# BEE_VERSION libzip-1.5.1-0

SRCURL[0]="https://libzip.org/download/libzip-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://libzip.org/download/libzip-${PKGVERSION}.tar.xz"

PATCHURL[0]=""

Expand All @@ -28,8 +28,4 @@ mee_build() {

mee_install() {
bee_install

mv -v ${D}${LIBDIR}/libzip/include/zipconf.h ${D}${INCLUDEDIR}
rmdir -v ${D}${LIBDIR}/libzip/include
rmdir -v ${D}${LIBDIR}/libzip
}

0 comments on commit c48c1bf

Please sign in to comment.