Skip to content

dosfstools: fix SRCURL #2276

Merged
merged 1 commit into from
Sep 13, 2021
Merged
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
18 changes: 5 additions & 13 deletions dosfstools.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION dosfstools-4.1-0
# BEE_VERSION dosfstools-4.1-1

SRCURL[0]="https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfstools-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/904948bd091b8f6b28eeb164bc0a986f/dosfstools-4.1.tar.gz"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

#mee_extract() {
Expand All @@ -18,15 +17,9 @@ SRCURL[0]="https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfs
# bee_patch "${@}"
#}

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

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

#mee_build() {
Expand All @@ -38,6 +31,5 @@ mee_configure() {
#}

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