* update ntfs-3g to 2022.10.3-1.1
This commit is contained in:
parent
8392eca9a3
commit
565a65825d
20
ntfs-3g/.SRCINFO
Normal file
20
ntfs-3g/.SRCINFO
Normal 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
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user