* update ntfs-3g to 2022.10.3-1.1

This commit is contained in:
Alexander Baldeck 2024-10-17 21:47:18 +02:00
parent 8392eca9a3
commit 565a65825d
2 changed files with 23 additions and 2 deletions

20
ntfs-3g/.SRCINFO Normal file
View File

@ -0,0 +1,20 @@
pkgbase = ntfs-3g
pkgdesc = NTFS filesystem driver and utilities
pkgver = 2022.10.3
pkgrel = 1.1
url = https://www.tuxera.com/community/open-source-ntfs-3g/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL2
depends = util-linux
depends = fuse2
provides = ntfsprogs
conflicts = ntfsprogs
replaces = ntfsprogs
source = https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2022.10.3.tgz
sha256sums = f20e36ee68074b845e3629e6bced4706ad053804cbaf062fbae60738f854170c
pkgname = ntfs-3g

View File

@ -7,7 +7,7 @@
pkgname=ntfs-3g
_pkgname=ntfs-3g_ntfsprogs
pkgver=2022.10.3
pkgrel=1
pkgrel=1.1
pkgdesc='NTFS filesystem driver and utilities'
url='https://www.tuxera.com/community/open-source-ntfs-3g/'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -22,6 +22,7 @@ replaces=('ntfsprogs')
prepare() {
cd ${_pkgname}-${pkgver}
autoreconf -fiv
sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i {ntfsprogs,src}/Makefile.in
}
@ -37,7 +38,7 @@ build() {
--enable-xattr-mappings \
--enable-posix-acls \
--enable-extras \
--enable-crypto \
--enable-crypto
make
}