Skip to content

Commit

Permalink
Merge pull request #1299 from mariux64/update-dosfstools-3.0.26-to-4.1
Browse files Browse the repository at this point in the history
dosfstools: Update from 3.0.26 to 4.1

```
rm     /usr/share/doc/dosfstools/dosfstools/ANNOUNCE.mkdosfs \
         /usr/share/doc/dosfstools/dosfstools/ChangeLog \
         /usr/share/doc/dosfstools/dosfstools/ChangeLog.dosfsck \
         /usr/share/doc/dosfstools/dosfstools/ChangeLog.dosfstools-2.x \
         /usr/share/doc/dosfstools/dosfstools/ChangeLog.mkdosfs \
         /usr/share/doc/dosfstools/dosfstools/README.dosfsck \
         /usr/share/doc/dosfstools/dosfstools/README.dosfstools-2.x \
         /usr/share/doc/dosfstools/dosfstools/README.mkdosfs \
         /usr/share/doc/dosfstools/dosfstools/TODO.dosfstools-2.x
```
  • Loading branch information
wwwutz authored Sep 18, 2019
2 parents e743f91 + 24514f8 commit 5c64e2b
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 5c64e2b

Please sign in to comment.