Skip to content

dosfstools: Update from 3.0.26 to 4.1 #1299

Merged
merged 1 commit into from
Sep 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}"'