Skip to content

Commit

Permalink
Merge pull request #2220 from mariux64/update-ntfs-3g-2021822
Browse files Browse the repository at this point in the history
ntfs-3g_ntfsprogs: update 2016.2.22 to 2021.8.22
  • Loading branch information
wwwutz authored Sep 2, 2021
2 parents 1c3f3ce + c6e8050 commit debe093
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions ntfs-3g_ntfsprogs.be0
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
#!/usr/bin/env beesh

# Note: The install step needs root privileges, due to a call to ldconfig.
# BEE_VERSION ntfs-3g_ntfsprogs-2021.8.22-0

# BEE_VERSION ntfs-3g_ntfsprogs-2016.2.22-1
# https://github.com/tuxera/ntfs-3g

## The source URL(s) array
SRCURL[0]="https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PKGVERSION}.tgz"
# "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2021.8.22.tgz"
SRCURL[0]="https://beehive.molgen.mpg.de/90da343e78877d388eb34cefae6799ae/ntfs-3g_ntfsprogs-2021.8.22.tgz"

## Add URLs/pathes to patch files
# PATCHURL+=()

## files that should not be added from the image directory.
# EXCLUDE+=()


## uncomment to change default
# build_in_sourcedir

## specify different source directory
# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -43,3 +35,7 @@ SRCURL[0]="https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PKGVERSION}.tgz"
#mee_install() {
# bee_install
#}

mee_install_post() {
rmdir ${D}/usr/lib/ntfs-3g
}

0 comments on commit debe093

Please sign in to comment.