mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
ntfs-3g: add buildoptions
Closes #9723. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
c8b6259c9f
commit
5e55473548
1 changed files with 12 additions and 3 deletions
|
@ -1,13 +1,16 @@
|
||||||
# Template file for 'ntfs-3g'
|
# Template file for 'ntfs-3g'
|
||||||
pkgname=ntfs-3g
|
pkgname=ntfs-3g
|
||||||
version=2017.3.23
|
version=2017.3.23
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}_ntfsprogs-${version}"
|
wrksrc="${pkgname}_ntfsprogs-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
|
configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
|
||||||
--enable-posix-acls --enable-xattr-mappings --sbin=/usr/bin"
|
--enable-posix-acls --enable-xattr-mappings --sbin=/usr/bin
|
||||||
|
$(vopt_if extras --enable-extras)
|
||||||
|
$(vopt_if crypto --enable-crypto)
|
||||||
|
$(vopt_if quarantined --enable-quarantined)"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libuuid-devel fuse-devel"
|
makedepends="libuuid-devel fuse-devel $(vopt_if crypto 'libgcrypt-devel gnutls-devel')"
|
||||||
short_desc="Stable Read/Write NTFS Driver in userspace"
|
short_desc="Stable Read/Write NTFS Driver in userspace"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.tuxera.com/community/ntfs-3g-download/"
|
homepage="http://www.tuxera.com/community/ntfs-3g-download/"
|
||||||
|
@ -15,6 +18,12 @@ license="GPL-2"
|
||||||
distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
|
distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
|
||||||
checksum=3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5
|
checksum=3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5
|
||||||
|
|
||||||
|
build_options="crypto extras quarantined"
|
||||||
|
desc_option_crypto="Enable crypto related code and utilities"
|
||||||
|
desc_option_extras="Enable extra ntfsprogs utilities"
|
||||||
|
desc_option_quarantined="Enable quarantined ntfsprogs utilities"
|
||||||
|
build_options_default="crypto extras"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
||||||
ln -sf ntfs-3g ${DESTDIR}/usr/bin/mount.ntfs
|
ln -sf ntfs-3g ${DESTDIR}/usr/bin/mount.ntfs
|
||||||
|
|
Loading…
Add table
Reference in a new issue