Skip to content

ntfs-3g_ntfsprogs: update 2016.2.22 to 2021.8.22 #2220

Merged
merged 1 commit into from
Sep 2, 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
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
}