Skip to content

Commit

Permalink
Merge pull request #1493 from mariux64/update-xz-524
Browse files Browse the repository at this point in the history
xz: update to 5.2.4
  • Loading branch information
wwwutz authored Nov 29, 2019
2 parents a65142b + f7e8b1a commit 5d7f1c8
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 83 deletions.
83 changes: 0 additions & 83 deletions xz-5.2.2-0.bee

This file was deleted.

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

# BEE_VERSION xz-5.2.4-0

# more info: https://foo.bar.com

SRCURL[0]="https://downloads.sourceforge.net/project/lzmautils/xz-${PKGVERSION}.tar.gz?download&use_mirror=netcologne"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
--disable-nls
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -vrf ${D}/usr/share/doc
# exit
}

0 comments on commit 5d7f1c8

Please sign in to comment.