Skip to content

Commit

Permalink
dosfstools: Update from 3.0.26 to 4.1
Browse files Browse the repository at this point in the history
convert be0
fix URL
remove docdir
  • Loading branch information
david committed Sep 18, 2019
1 parent e743f91 commit 24514f8
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 83 deletions.
83 changes: 0 additions & 83 deletions dosfstools-3.0.26-0.bee

This file was deleted.

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

# BEE_VERSION dosfstools-4.1-0

SRCURL[0]="https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfstools-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

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

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

#mee_configure_pre() {
# cd $S
# start_cmd aclocal
# start_cmd autoconf
# start_cmd automake -a
#}

mee_configure() {
bee_configure --enable-compat-symlinks
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
start_cmd rm -r ${D}${DOCDIR}
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 24514f8

Please sign in to comment.